Shades of Dark Green #061913
Tints of Dark Green #061913
RGB
CMYK
RGB Variations
Color information
#061913 (or 0x061913) is known color: Dark Green. HEX triplet: 06, 19 and 13. RGB value is (6,25,19). Sum of RGB (Red+Green+Blue) = 6+25+19=50 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #061913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061913 is #F9E6EC. Grayscale: #121212. Windows color (decimal): -16377581 or 1251590. OLE color: 1251590.
HSL color Cylindrical-coordinate representation of color #061913: hue angle of 161.05º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #061913 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 25 | 19 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.90 |
| HSL | 161.05º | 0.61% | 0.06% | - |
| HSV(B) | 161.05º | 0.76% | 0.1% | - |
| XYZ | 0.54 | 0.78 | 0.74 | - |
| YUV | 18.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 19 | 0.76 | 0 | 0.24 | 0.90 | 161.05 | 0.61 | 0.06 |
| Hex | 6 | 19 | 13 | 4C | 0 | 18 | 5A | A1 | 3D | 6 |
| Octal | 6 | 31 | 23 | 114 | 0 | 30 | 132 | 241 | 75 | 6 |
| Binary | 110 | 11001 | 10011 | 1001100 | 0 | 11000 | 1011010 | 10100001 | 111101 | 110 |
Color Harmonies of #061913
Complementary color
Monochromatic Colors of #061913
Black with #061913
Text Example
Text Example
White with #061913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061913; }
p { color: rgb(6,25,19); }
H1.HeaderClassName
{
color: #061913;
}
.AnyTagClassName
{
color: #061913;
}
</style>
background-color css
<style>
a { background-color: #061913; }
a { background-color: rgb(6,25,19); }
div.DivClassName
{
background-color: #061913;
}
.BgClassName
{
background-color: #061913;
}
</style>
border-color css
<style>
span { border-color: #061913; }
span { border-color: rgb(6,25,19); }
td.TdClassName
{
border-color: #061913;
}
.TagClassName
{
border-color: #061913;
}
</style>