#001106

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

Shades of Dark Green #001106

Tints of Dark Green #001106

Color information

#001106 (or 0x001106) is unknown color: approx Dark Green. HEX triplet: 00, 11 and 06. RGB value is (0,17,6). Sum of RGB (Red+Green+Blue) = 0+17+6=23 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 23); Green value is 17 (7.03% from 255 or 73.91% from 23); Blue value is 6 (2.73% from 255 or 26.09% from 23); Max value from RGB is 17 - color contains mainly: green. Hex color #001106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001106 is #FFEEF9. Grayscale: #0A0A0A. Windows color (decimal): -16772858 or 397568. OLE color: 397568.

HSL color Cylindrical-coordinate representation of color #001106: hue angle of 141.18º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001106 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.93.

Color convert

RGB0176-
CMYK100.650.93
HSL141.18º100%3.33%-
HSV(B)141.18º100%6.67%-
XYZ0.230.410.24-
YUV10.66125.37120.39-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 73.91%
BLUE value IS 6 (2.73% from 255) = 26.09%
R=0%
G=73.91%
B=26.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal0176100.650.93141.181003.33
Hex0116640415D8d643
Octal021614401011352151443
Binary010001110110010001000001101110110001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001106; }

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

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

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

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

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

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

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

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