#001606

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

Shades of Dark Green #001606

Tints of Dark Green #001606

Color information

#001606 (or 0x001606) is unknown color: approx Dark Green. HEX triplet: 00, 16 and 06. RGB value is (0,22,6). Sum of RGB (Red+Green+Blue) = 0+22+6=28 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 28); Green value is 22 (8.98% from 255 or 78.57% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 22 - color contains mainly: green. Hex color #001606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001606 is #FFE9F9. Grayscale: #0D0D0D. Windows color (decimal): -16771578 or 398848. OLE color: 398848.

HSL color Cylindrical-coordinate representation of color #001606: hue angle of 136.36º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001606 is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.91.

Color convert

RGB0226-
CMYK100.730.91
HSL136.36º100%4.31%-
HSV(B)136.36º100%8.63%-
XYZ0.320.590.27-
YUV13.6123.71118.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 22 (8.98% from 255) = 78.57%
BLUE value IS 6 (2.73% from 255) = 21.43%
R=0%
G=78.57%
B=21.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0226100.730.91136.361004.31
Hex0166640495B88644
Octal026614401111332101444
Binary0101101101100100010010011011011100010001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001606; }

 p { color: rgb(0,22,6); }

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

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

 a { background-color: rgb(0,22,6); }

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

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

 span { border-color: rgb(0,22,6); }

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