Shades of Dark Green #061613
Tints of Dark Green #061613
RGB
CMYK
RGB Variations
Color information
#061613 (or 0x061613) is known color: Dark Green. HEX triplet: 06, 16 and 13. RGB value is (6,22,19). Sum of RGB (Red+Green+Blue) = 6+22+19=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 22 (8.98% from 255 or 46.81% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 22 - color contains mainly: green. Hex color #061613 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061613 is #F9E9EC. Grayscale: #101010. Windows color (decimal): -16378349 or 1250822. OLE color: 1250822.
HSL color Cylindrical-coordinate representation of color #061613: hue angle of 168.75º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #061613 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 6 | 22 | 19 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.91 |
| HSL | 168.75º | 0.57% | 0.05% | - |
| HSV(B) | 168.75º | 0.73% | 0.09% | - |
| XYZ | 0.48 | 0.66 | 0.72 | - |
| YUV | 16.87 | 129.2 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 19 | 0.73 | 0 | 0.14 | 0.91 | 168.75 | 0.57 | 0.05 |
| Hex | 6 | 16 | 13 | 49 | 0 | E | 5B | A9 | 39 | 5 |
| Octal | 6 | 26 | 23 | 111 | 0 | 16 | 133 | 251 | 71 | 5 |
| Binary | 110 | 10110 | 10011 | 1001001 | 0 | 1110 | 1011011 | 10101001 | 111001 | 101 |
Color Harmonies of #061613
Complementary color
Monochromatic Colors of #061613
Black with #061613
Text Example
Text Example
White with #061613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061613; }
p { color: rgb(6,22,19); }
H1.HeaderClassName
{
color: #061613;
}
.AnyTagClassName
{
color: #061613;
}
</style>
background-color css
<style>
a { background-color: #061613; }
a { background-color: rgb(6,22,19); }
div.DivClassName
{
background-color: #061613;
}
.BgClassName
{
background-color: #061613;
}
</style>
border-color css
<style>
span { border-color: #061613; }
span { border-color: rgb(6,22,19); }
td.TdClassName
{
border-color: #061613;
}
.TagClassName
{
border-color: #061613;
}
</style>