#011906

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

Shades of Dark Green #011906

Tints of Dark Green #011906

Color information

#011906 (or 0x011906) is unknown color: approx Dark Green. HEX triplet: 01, 19 and 06. RGB value is (1,25,6). Sum of RGB (Red+Green+Blue) = 1+25+6=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 25 (10.16% from 255 or 78.12% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 25 - color contains mainly: green. Hex color #011906 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011906 is #FEE6F9. Grayscale: #0F0F0F. Windows color (decimal): -16705274 or 399617. OLE color: 399617.

HSL color Cylindrical-coordinate representation of color #011906: hue angle of 132.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011906 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.90.

Color convert

RGB1256-
CMYK0.9600.760.90
HSL132.5º92.31%5.1%-
HSV(B)132.5º96%9.8%-
XYZ0.390.710.29-
YUV15.66122.55117.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.12%
GREEN value IS 25 (10.16% from 255) = 78.12%
BLUE value IS 6 (2.73% from 255) = 18.75%
R=3.12%
G=78.12%
B=18.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal12560.9600.760.90132.592.315.1
Hex11966004C5A845c5
Octal131614001141322041345
Binary1110011101100000010011001011010100001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011906; }

 p { color: rgb(1,25,6); }

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

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

 a { background-color: rgb(1,25,6); }

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

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

 span { border-color: rgb(1,25,6); }

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