Html Css Color HEX #011006 Dark Green

📋 copy color: '#011006'

red 1 ◦ green 16 ◦ blue 6

#011006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #011006

Tints of Dark Green #011006

RGB

 RED value IS 1 (0.78% from 255) = 4.35%

 GREEN value IS 16 (6.64% from 255) = 69.57%

 BLUE value IS 6 (2.73% from 255) = 26.09%

R = 4.35%
G = 69.57%
B = 26.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.94

RGB Variations

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

Color information

#011006 (or 0x011006) is known color: Dark Green. HEX triplet: 01, 10 and 06. RGB value is (1,16,6). Sum of RGB (Red+Green+Blue) = 1+16+6=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 16 (6.64% from 255 or 69.57% from 23); Blue value is 6 (2.73% from 255 or 26.09% from 23); Max value from RGB is 16 - color contains mainly: green. Hex color #011006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011006 is #FEEFF9. Grayscale: #0A0A0A. Windows color (decimal): -16707578 or 397313. OLE color: 397313.

HSL color Cylindrical-coordinate representation of color #011006: hue angle of 140º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011006 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.94.

Color convert

RGB 1 16 6 -
CMYK 0.94 0 0.62 0.94
HSL 140º 0.88% 0.03% -
HSV(B) 140º 0.94% 0.06% -
XYZ 0.23 0.39 0.24 -
YUV 10.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 1 16 6 0.94 0 0.62 0.94 140 0.88 0.03
Hex 1 10 6 5E 0 3E 5E 8C 58 3
Octal 1 20 6 136 0 76 136 214 130 3
Binary 1 10000 110 1011110 0 111110 1011110 10001100 1011000 11

Color Harmonies of #011006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011006

Black with #011006

Text Example


Text Example

White with #011006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011006; }

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

 H1.HeaderClassName
 {
   color: #011006;
 }
 .AnyTagClassName
 {
   color: #011006;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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