Shades of Dark Green #06130E
Tints of Dark Green #06130E
RGB
CMYK
RGB Variations
Color information
#06130E (or 0x06130E) is known color: Dark Green. HEX triplet: 06, 13 and 0E. RGB value is (6,19,14). Sum of RGB (Red+Green+Blue) = 6+19+14=39 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.38% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #06130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06130E is #F9ECF1. Grayscale: #0E0E0E. Windows color (decimal): -16379122 or 922374. OLE color: 922374.
HSL color Cylindrical-coordinate representation of color #06130E: hue angle of 156.92º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #06130E is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 19 | 14 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.93 |
| HSL | 156.92º | 0.52% | 0.05% | - |
| HSV(B) | 156.92º | 0.68% | 0.07% | - |
| XYZ | 0.39 | 0.54 | 0.5 | - |
| YUV | 14.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 19 | 14 | 0.68 | 0 | 0.26 | 0.93 | 156.92 | 0.52 | 0.05 |
| Hex | 6 | 13 | E | 44 | 0 | 1A | 5D | 9D | 34 | 5 |
| Octal | 6 | 23 | 16 | 104 | 0 | 32 | 135 | 235 | 64 | 5 |
| Binary | 110 | 10011 | 1110 | 1000100 | 0 | 11010 | 1011101 | 10011101 | 110100 | 101 |
Color Harmonies of #06130E
Complementary color
Monochromatic Colors of #06130E
Black with #06130E
Text Example
Text Example
White with #06130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06130E; }
p { color: rgb(6,19,14); }
H1.HeaderClassName
{
color: #06130E;
}
.AnyTagClassName
{
color: #06130E;
}
</style>
background-color css
<style>
a { background-color: #06130E; }
a { background-color: rgb(6,19,14); }
div.DivClassName
{
background-color: #06130E;
}
.BgClassName
{
background-color: #06130E;
}
</style>
border-color css
<style>
span { border-color: #06130E; }
span { border-color: rgb(6,19,14); }
td.TdClassName
{
border-color: #06130E;
}
.TagClassName
{
border-color: #06130E;
}
</style>