#016A40

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

Shades of Watercourse #016A40

Tints of Watercourse #016A40

Color information

#016A40 (or 0x016A40) is unknown color: approx Watercourse. HEX triplet: 01, 6A and 40. RGB value is (1,106,64). Sum of RGB (Red+Green+Blue) = 1+106+64=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 106 (41.80% from 255 or 61.99% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 106 - color contains mainly: green. Hex color #016A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016A40 is #FE95BF. Grayscale: #454545. Windows color (decimal): -16684480 or 4221441. OLE color: 4221441.

HSL color Cylindrical-coordinate representation of color #016A40: hue angle of 156º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016A40 is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB110664-
CMYK0.9900.400.58
HSL156º98.13%20.98%-
HSV(B)156º99.06%41.57%-
XYZ6.0910.686.59-
YUV69.82124.7178.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 106 (41.80% from 255) = 61.99%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=0.58%
G=61.99%
B=37.43%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1106640.9900.400.5815698.1320.98
Hex16A40630283A9c6215
Octal11521001430507223414225
Binary1110101010000001100011010100011101010011100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016A40; }

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

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

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

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

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

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

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

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