Shades of Dark Green #071913
Tints of Dark Green #071913
RGB
CMYK
RGB Variations
Color information
#071913 (or 0x071913) is known color: Dark Green. HEX triplet: 07, 19 and 13. RGB value is (7,25,19). Sum of RGB (Red+Green+Blue) = 7+25+19=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 25 (10.16% from 255 or 49.02% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 25 - color contains mainly: green. Hex color #071913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071913 is #F8E6EC. Grayscale: #121212. Windows color (decimal): -16312045 or 1251591. OLE color: 1251591.
HSL color Cylindrical-coordinate representation of color #071913: hue angle of 160º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #071913 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 7 | 25 | 19 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.90 |
| HSL | 160º | 0.56% | 0.06% | - |
| HSV(B) | 160º | 0.72% | 0.1% | - |
| XYZ | 0.55 | 0.79 | 0.74 | - |
| YUV | 18.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 19 | 0.72 | 0 | 0.24 | 0.90 | 160 | 0.56 | 0.06 |
| Hex | 7 | 19 | 13 | 48 | 0 | 18 | 5A | A0 | 38 | 6 |
| Octal | 7 | 31 | 23 | 110 | 0 | 30 | 132 | 240 | 70 | 6 |
| Binary | 111 | 11001 | 10011 | 1001000 | 0 | 11000 | 1011010 | 10100000 | 111000 | 110 |
Color Harmonies of #071913
Complementary color
Monochromatic Colors of #071913
Black with #071913
Text Example
Text Example
White with #071913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071913; }
p { color: rgb(7,25,19); }
H1.HeaderClassName
{
color: #071913;
}
.AnyTagClassName
{
color: #071913;
}
</style>
background-color css
<style>
a { background-color: #071913; }
a { background-color: rgb(7,25,19); }
div.DivClassName
{
background-color: #071913;
}
.BgClassName
{
background-color: #071913;
}
</style>
border-color css
<style>
span { border-color: #071913; }
span { border-color: rgb(7,25,19); }
td.TdClassName
{
border-color: #071913;
}
.TagClassName
{
border-color: #071913;
}
</style>