Html Css Color HEX #091412 Dark Green

📋 copy color: '#091412'

red 9 ◦ green 20 ◦ blue 18

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

Shades of Dark Green #091412

Tints of Dark Green #091412

RGB

 RED value IS 9 (3.91% from 255) = 19.15%

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

 BLUE value IS 18 (7.42% from 255) = 38.3%

R = 19.15%
G = 42.55%
B = 38.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#091412 (or 0x091412) is known color: Dark Green. HEX triplet: 09, 14 and 12. RGB value is (9,20,18). Sum of RGB (Red+Green+Blue) = 9+20+18=47 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.15% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 20 - color contains mainly: green. Hex color #091412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091412 is #F6EBED. Grayscale: #101010. Windows color (decimal): -16182254 or 1184777. OLE color: 1184777.

HSL color Cylindrical-coordinate representation of color #091412: hue angle of 169.09º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #091412 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 9 20 18 -
CMYK 0.55 0 0.10 0.92
HSL 169.09º 0.38% 0.06% -
HSV(B) 169.09º 0.55% 0.08% -
XYZ 0.47 0.6 0.66 -
YUV 16.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 9 20 18 0.55 0 0.10 0.92 169.09 0.38 0.06
Hex 9 14 12 37 0 A 5C A9 26 6
Octal 11 24 22 67 0 12 134 251 46 6
Binary 1001 10100 10010 110111 0 1010 1011100 10101001 100110 110

Color Harmonies of #091412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091412

Black with #091412

Text Example


Text Example

White with #091412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091412; }

 p { color: rgb(9,20,18); }

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

background-color css

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

 a { background-color: rgb(9,20,18); }

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

border-color css

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

 span { border-color: rgb(9,20,18); }

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