#016E40

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

Shades of Watercourse #016E40

Tints of Watercourse #016E40

Color information

#016E40 (or 0x016E40) is unknown color: approx Watercourse. HEX triplet: 01, 6E and 40. RGB value is (1,110,64). Sum of RGB (Red+Green+Blue) = 1+110+64=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 110 (43.36% from 255 or 62.86% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 110 - color contains mainly: green. Hex color #016E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E40 is #FE91BF. Grayscale: #484848. Windows color (decimal): -16683456 or 4222465. OLE color: 4222465.

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

Color convert

RGB111064-
CMYK0.9900.420.57
HSL154.68º98.2%21.76%-
HSV(B)154.68º99.09%43.14%-
XYZ6.5111.536.73-
YUV72.17123.3977.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 110 (43.36% from 255) = 62.86%
BLUE value IS 64 (25.39% from 255) = 36.57%
R=0.57%
G=62.86%
B=36.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1110640.9900.420.57154.6898.221.76
Hex16E406302A399b6216
Octal11561001430527123314226
Binary1110111010000001100011010101011100110011011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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