Shades of Dark Green #081913
Tints of Dark Green #081913
RGB
CMYK
RGB Variations
Color information
#081913 (or 0x081913) is known color: Dark Green. HEX triplet: 08, 19 and 13. RGB value is (8,25,19). Sum of RGB (Red+Green+Blue) = 8+25+19=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 25 (10.16% from 255 or 48.08% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 25 - color contains mainly: green. Hex color #081913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081913 is #F7E6EC. Grayscale: #131313. Windows color (decimal): -16246509 or 1251592. OLE color: 1251592.
HSL color Cylindrical-coordinate representation of color #081913: hue angle of 158.82º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #081913 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 25 | 19 | - |
| CMYK | 0.68 | 0 | 0.24 | 0.90 |
| HSL | 158.82º | 0.52% | 0.06% | - |
| HSV(B) | 158.82º | 0.68% | 0.1% | - |
| XYZ | 0.57 | 0.79 | 0.74 | - |
| YUV | 19.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 19 | 0.68 | 0 | 0.24 | 0.90 | 158.82 | 0.52 | 0.06 |
| Hex | 8 | 19 | 13 | 44 | 0 | 18 | 5A | 9F | 34 | 6 |
| Octal | 10 | 31 | 23 | 104 | 0 | 30 | 132 | 237 | 64 | 6 |
| Binary | 1000 | 11001 | 10011 | 1000100 | 0 | 11000 | 1011010 | 10011111 | 110100 | 110 |
Color Harmonies of #081913
Complementary color
Monochromatic Colors of #081913
Black with #081913
Text Example
Text Example
White with #081913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081913; }
p { color: rgb(8,25,19); }
H1.HeaderClassName
{
color: #081913;
}
.AnyTagClassName
{
color: #081913;
}
</style>
background-color css
<style>
a { background-color: #081913; }
a { background-color: rgb(8,25,19); }
div.DivClassName
{
background-color: #081913;
}
.BgClassName
{
background-color: #081913;
}
</style>
border-color css
<style>
span { border-color: #081913; }
span { border-color: rgb(8,25,19); }
td.TdClassName
{
border-color: #081913;
}
.TagClassName
{
border-color: #081913;
}
</style>