Shades of Dark Green #091713
Tints of Dark Green #091713
RGB
CMYK
RGB Variations
Color information
#091713 (or 0x091713) is known color: Dark Green. HEX triplet: 09, 17 and 13. RGB value is (9,23,19). Sum of RGB (Red+Green+Blue) = 9+23+19=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 23 (9.38% from 255 or 45.10% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 23 - color contains mainly: green. Hex color #091713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091713 is #F6E8EC. Grayscale: #121212. Windows color (decimal): -16181485 or 1251081. OLE color: 1251081.
HSL color Cylindrical-coordinate representation of color #091713: hue angle of 162.86º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #091713 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 9 | 23 | 19 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.91 |
| HSL | 162.86º | 0.44% | 0.06% | - |
| HSV(B) | 162.86º | 0.61% | 0.09% | - |
| XYZ | 0.54 | 0.72 | 0.73 | - |
| YUV | 18.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 23 | 19 | 0.61 | 0 | 0.17 | 0.91 | 162.86 | 0.44 | 0.06 |
| Hex | 9 | 17 | 13 | 3D | 0 | 11 | 5B | A3 | 2C | 6 |
| Octal | 11 | 27 | 23 | 75 | 0 | 21 | 133 | 243 | 54 | 6 |
| Binary | 1001 | 10111 | 10011 | 111101 | 0 | 10001 | 1011011 | 10100011 | 101100 | 110 |
Color Harmonies of #091713
Complementary color
Monochromatic Colors of #091713
Black with #091713
Text Example
Text Example
White with #091713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091713; }
p { color: rgb(9,23,19); }
H1.HeaderClassName
{
color: #091713;
}
.AnyTagClassName
{
color: #091713;
}
</style>
background-color css
<style>
a { background-color: #091713; }
a { background-color: rgb(9,23,19); }
div.DivClassName
{
background-color: #091713;
}
.BgClassName
{
background-color: #091713;
}
</style>
border-color css
<style>
span { border-color: #091713; }
span { border-color: rgb(9,23,19); }
td.TdClassName
{
border-color: #091713;
}
.TagClassName
{
border-color: #091713;
}
</style>