#016E41

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

Shades of Watercourse #016E41

Tints of Watercourse #016E41

Color information

#016E41 (or 0x016E41) is unknown color: approx Watercourse. HEX triplet: 01, 6E and 41. RGB value is (1,110,65). Sum of RGB (Red+Green+Blue) = 1+110+65=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 110 (43.36% from 255 or 62.5% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 110 - color contains mainly: green. Hex color #016E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E41 is #FE91BE. Grayscale: #484848. Windows color (decimal): -16683455 or 4288001. OLE color: 4288001.

HSL color Cylindrical-coordinate representation of color #016E41: hue angle of 155.23º 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 #016E41 is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB111065-
CMYK0.9900.410.57
HSL155.23º98.2%21.76%-
HSV(B)155.23º99.09%43.14%-
XYZ6.5411.546.88-
YUV72.28123.8977.16-

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.5%
BLUE value IS 65 (25.78% from 255) = 36.93%
R=0.57%
G=62.5%
B=36.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1110650.9900.410.57155.2398.221.76
Hex16E4163029399b6216
Octal11561011430517123314226
Binary1110111010000011100011010100111100110011011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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