Html Css Color HEX #011606 Dark Green

📋 copy color: '#011606'

red 1 ◦ green 22 ◦ blue 6

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

Shades of Dark Green #011606

Tints of Dark Green #011606

RGB

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

 GREEN value IS 22 (8.98% from 255) = 75.86%

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

R = 3.45%
G = 75.86%
B = 20.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.73

 K value IS 0.91

RGB Variations

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

Color information

#011606 (or 0x011606) is known color: Dark Green. HEX triplet: 01, 16 and 06. RGB value is (1,22,6). Sum of RGB (Red+Green+Blue) = 1+22+6=29 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.45% from 29); Green value is 22 (8.98% from 255 or 75.86% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 22 - color contains mainly: green. Hex color #011606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011606 is #FEE9F9. Grayscale: #0D0D0D. Windows color (decimal): -16706042 or 398849. OLE color: 398849.

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

Color convert

RGB 1 22 6 -
CMYK 0.95 0 0.73 0.91
HSL 134.29º 0.91% 0.05% -
HSV(B) 134.29º 0.95% 0.09% -
XYZ 0.33 0.59 0.27 -
YUV 13.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 1 22 6 0.95 0 0.73 0.91 134.29 0.91 0.05
Hex 1 16 6 5F 0 49 5B 86 5B 5
Octal 1 26 6 137 0 111 133 206 133 5
Binary 1 10110 110 1011111 0 1001001 1011011 10000110 1011011 101

Color Harmonies of #011606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011606

Black with #011606

Text Example


Text Example

White with #011606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011606; }

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

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

background-color css

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

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

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

border-color css

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

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

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