This program allows you to find a colour via Hue, Saturation and Lightness(HSL) and will give you the corresponding Red, Green and Blue(RGB) values. This a slightly easier method than tweaking RGB values.
Television and monitors quite often use HSL for setting up etc.

HUE		 is the actual colour regardless of Saturation and lightness
SATURATION	 is the intensity of the colour from pure colour to grey.
LIGHTNESS	 is in fact brightness from black to pure(I used Lightness as I did not want another b hanging about.)

Dont confuse saturation and lightness they may appear similar but are in fact entirely different.
The program displays both HSL and RGB at the same time and gives you their corresponding values. You can select either option by running the mouse over to the colour and left clicking. The program stores all the vales in HSL and does the calculation from these. If you select an RGB value it will convert it to HSL the resultant RGB value that comes back can very at times as there is a one to many correspondence between the two.

I think you will get the idea as you go along.
