#016640

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

Shades of Watercourse #016640

Tints of Watercourse #016640

Color information

#016640 (or 0x016640) is unknown color: approx Watercourse. HEX triplet: 01, 66 and 40. RGB value is (1,102,64). Sum of RGB (Red+Green+Blue) = 1+102+64=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 102 (40.23% from 255 or 61.08% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 102 - color contains mainly: green. Hex color #016640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016640 is #FE99BF. Grayscale: #434343. Windows color (decimal): -16685504 or 4220417. OLE color: 4220417.

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

Color convert

RGB110264-
CMYK0.9900.370.6
HSL157.43º98.06%20.2%-
HSV(B)157.43º99.02%40%-
XYZ5.699.886.46-
YUV67.47126.0480.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 102 (40.23% from 255) = 61.08%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=0.60%
G=61.08%
B=38.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102640.9900.370.6157.4398.0620.2
Hex16640630253C9d6214
Octal11461001430457423514224
Binary1110011010000001100011010010111110010011101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016640; }

 p { color: rgb(1,102,64); }

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

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

 a { background-color: rgb(1,102,64); }

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

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

 span { border-color: rgb(1,102,64); }

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