Shades of Dark Green #061A13
Tints of Dark Green #061A13
RGB
CMYK
RGB Variations
Color information
#061A13 (or 0x061A13) is known color: Dark Green. HEX triplet: 06, 1A and 13. RGB value is (6,26,19). Sum of RGB (Red+Green+Blue) = 6+26+19=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 26 (10.55% from 255 or 50.98% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 26 - color contains mainly: green. Hex color #061A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061A13 is #F9E5EC. Grayscale: #131313. Windows color (decimal): -16377325 or 1251846. OLE color: 1251846.
HSL color Cylindrical-coordinate representation of color #061A13: hue angle of 159º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #061A13 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 6 | 26 | 19 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.90 |
| HSL | 159º | 0.63% | 0.06% | - |
| HSV(B) | 159º | 0.77% | 0.1% | - |
| XYZ | 0.56 | 0.82 | 0.75 | - |
| YUV | 19.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 19 | 0.77 | 0 | 0.27 | 0.90 | 159 | 0.63 | 0.06 |
| Hex | 6 | 1A | 13 | 4D | 0 | 1B | 5A | 9F | 3E | 6 |
| Octal | 6 | 32 | 23 | 115 | 0 | 33 | 132 | 237 | 76 | 6 |
| Binary | 110 | 11010 | 10011 | 1001101 | 0 | 11011 | 1011010 | 10011111 | 111110 | 110 |
Color Harmonies of #061A13
Complementary color
Monochromatic Colors of #061A13
Black with #061A13
Text Example
Text Example
White with #061A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A13; }
p { color: rgb(6,26,19); }
H1.HeaderClassName
{
color: #061A13;
}
.AnyTagClassName
{
color: #061A13;
}
</style>
background-color css
<style>
a { background-color: #061A13; }
a { background-color: rgb(6,26,19); }
div.DivClassName
{
background-color: #061A13;
}
.BgClassName
{
background-color: #061A13;
}
</style>
border-color css
<style>
span { border-color: #061A13; }
span { border-color: rgb(6,26,19); }
td.TdClassName
{
border-color: #061A13;
}
.TagClassName
{
border-color: #061A13;
}
</style>