Shades of Dark Green #081613
Tints of Dark Green #081613
RGB
CMYK
RGB Variations
Color information
#081613 (or 0x081613) is known color: Dark Green. HEX triplet: 08, 16 and 13. RGB value is (8,22,19). Sum of RGB (Red+Green+Blue) = 8+22+19=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 22 - color contains mainly: green. Hex color #081613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081613 is #F7E9EC. Grayscale: #111111. Windows color (decimal): -16247277 or 1250824. OLE color: 1250824.
HSL color Cylindrical-coordinate representation of color #081613: hue angle of 167.14º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #081613 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 22 | 19 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.91 |
| HSL | 167.14º | 0.47% | 0.06% | - |
| HSV(B) | 167.14º | 0.64% | 0.09% | - |
| XYZ | 0.5 | 0.67 | 0.72 | - |
| YUV | 17.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 19 | 0.64 | 0 | 0.14 | 0.91 | 167.14 | 0.47 | 0.06 |
| Hex | 8 | 16 | 13 | 40 | 0 | E | 5B | A7 | 2F | 6 |
| Octal | 10 | 26 | 23 | 100 | 0 | 16 | 133 | 247 | 57 | 6 |
| Binary | 1000 | 10110 | 10011 | 1000000 | 0 | 1110 | 1011011 | 10100111 | 101111 | 110 |
Color Harmonies of #081613
Complementary color
Monochromatic Colors of #081613
Black with #081613
Text Example
Text Example
White with #081613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081613; }
p { color: rgb(8,22,19); }
H1.HeaderClassName
{
color: #081613;
}
.AnyTagClassName
{
color: #081613;
}
</style>
background-color css
<style>
a { background-color: #081613; }
a { background-color: rgb(8,22,19); }
div.DivClassName
{
background-color: #081613;
}
.BgClassName
{
background-color: #081613;
}
</style>
border-color css
<style>
span { border-color: #081613; }
span { border-color: rgb(8,22,19); }
td.TdClassName
{
border-color: #081613;
}
.TagClassName
{
border-color: #081613;
}
</style>