Shades of Dark Green #091412
Tints of Dark Green #091412
RGB
CMYK
RGB Variations
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
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>