Html Css Color HEX #011406 Dark Green

📋 copy color: '#011406'

red 1 ◦ green 20 ◦ blue 6

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

Shades of Dark Green #011406

Tints of Dark Green #011406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 74.07%

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

R = 3.7%
G = 74.07%
B = 22.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.92

RGB Variations

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

Color information

#011406 (or 0x011406) is known color: Dark Green. HEX triplet: 01, 14 and 06. RGB value is (1,20,6). Sum of RGB (Red+Green+Blue) = 1+20+6=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 20 (8.20% from 255 or 74.07% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 20 - color contains mainly: green. Hex color #011406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011406 is #FEEBF9. Grayscale: #0C0C0C. Windows color (decimal): -16706554 or 398337. OLE color: 398337.

HSL color Cylindrical-coordinate representation of color #011406: hue angle of 135.79º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011406 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 20 6 -
CMYK 0.95 0 0.70 0.92
HSL 135.79º 0.9% 0.04% -
HSV(B) 135.79º 0.95% 0.08% -
XYZ 0.3 0.52 0.26 -
YUV 12.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 1 20 6 0.95 0 0.70 0.92 135.79 0.9 0.04
Hex 1 14 6 5F 0 46 5C 88 5A 4
Octal 1 24 6 137 0 106 134 210 132 4
Binary 1 10100 110 1011111 0 1000110 1011100 10001000 1011010 100

Color Harmonies of #011406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011406

Black with #011406

Text Example


Text Example

White with #011406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011406; }

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

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

background-color css

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

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

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

border-color css

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

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

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