#016442

Color #016442 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #016442

Tints of Watercourse #016442

Color information

#016442 (or 0x016442) is unknown color: approx Watercourse. HEX triplet: 01, 64 and 42. RGB value is (1,100,66). Sum of RGB (Red+Green+Blue) = 1+100+66=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 100 (39.45% from 255 or 59.88% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 100 - color contains mainly: green. Hex color #016442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016442 is #FE9BBD. Grayscale: #424242. Windows color (decimal): -16686014 or 4350977. OLE color: 4350977.

HSL color Cylindrical-coordinate representation of color #016442: hue angle of 159.39º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016442 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB110066-
CMYK0.9900.340.61
HSL159.39º98.02%19.8%-
HSV(B)159.39º99%39.22%-
XYZ5.559.516.7-
YUV66.52127.781.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 100 (39.45% from 255) = 59.88%
BLUE value IS 66 (26.17% from 255) = 39.52%
R=0.60%
G=59.88%
B=39.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1100660.9900.340.61159.3998.0219.8
Hex16442630223D9f6214
Octal11441021430427523714224
Binary1110010010000101100011010001011110110011111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016442; }

 p { color: rgb(1,100,66); }

 H1.HeaderClassName
 {
   color: #016442;
 }
 .AnyTagClassName
 {
   color: #016442;
 }
</style>
background-color css

<style>
 a { background-color: #016442; }

 a { background-color: rgb(1,100,66); }

 div.DivClassName
 {
   background-color: #016442;
 }
 .BgClassName
 {
   background-color: #016442;
 }
</style>
border-color css

<style>
 span { border-color: #016442; }

 span { border-color: rgb(1,100,66); }

 td.TdClassName
 {
   border-color: #016442;
 }
 .TagClassName
 {
   border-color: #016442;
 }
</style>