#011106

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

Shades of Dark Green #011106

Tints of Dark Green #011106

Color information

#011106 (or 0x011106) is unknown color: approx Dark Green. HEX triplet: 01, 11 and 06. RGB value is (1,17,6). Sum of RGB (Red+Green+Blue) = 1+17+6=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 17 (7.03% from 255 or 70.83% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 17 - color contains mainly: green. Hex color #011106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011106 is #FEEEF9. Grayscale: #0A0A0A. Windows color (decimal): -16707322 or 397569. OLE color: 397569.

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

Color convert

RGB1176-
CMYK0.9400.650.93
HSL138.75º88.89%3.53%-
HSV(B)138.75º94.12%6.67%-
XYZ0.250.420.24-
YUV10.96125.2120.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.17%
GREEN value IS 17 (7.03% from 255) = 70.83%
BLUE value IS 6 (2.73% from 255) = 25%
R=4.17%
G=70.83%
B=25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal11760.9400.650.93138.7588.893.53
Hex11165E0415D8b594
Octal121613601011352131314
Binary1100011101011110010000011011101100010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011106; }

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

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

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

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

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

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

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

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