Shades of Dark Green #061413
Tints of Dark Green #061413
RGB
CMYK
RGB Variations
Color information
#061413 (or 0x061413) is known color: Dark Green. HEX triplet: 06, 14 and 13. RGB value is (6,20,19). Sum of RGB (Red+Green+Blue) = 6+20+19=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 20 - color contains mainly: green. Hex color #061413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061413 is #F9EBEC. Grayscale: #0F0F0F. Windows color (decimal): -16378861 or 1250310. OLE color: 1250310.
HSL color Cylindrical-coordinate representation of color #061413: hue angle of 175.71º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #061413 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 6 | 20 | 19 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.92 |
| HSL | 175.71º | 0.54% | 0.05% | - |
| HSV(B) | 175.71º | 0.7% | 0.08% | - |
| XYZ | 0.44 | 0.59 | 0.71 | - |
| YUV | 15.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 20 | 19 | 0.70 | 0 | 0.05 | 0.92 | 175.71 | 0.54 | 0.05 |
| Hex | 6 | 14 | 13 | 46 | 0 | 5 | 5C | B0 | 36 | 5 |
| Octal | 6 | 24 | 23 | 106 | 0 | 5 | 134 | 260 | 66 | 5 |
| Binary | 110 | 10100 | 10011 | 1000110 | 0 | 101 | 1011100 | 10110000 | 110110 | 101 |
Color Harmonies of #061413
Complementary color
Monochromatic Colors of #061413
Black with #061413
Text Example
Text Example
White with #061413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061413; }
p { color: rgb(6,20,19); }
H1.HeaderClassName
{
color: #061413;
}
.AnyTagClassName
{
color: #061413;
}
</style>
background-color css
<style>
a { background-color: #061413; }
a { background-color: rgb(6,20,19); }
div.DivClassName
{
background-color: #061413;
}
.BgClassName
{
background-color: #061413;
}
</style>
border-color css
<style>
span { border-color: #061413; }
span { border-color: rgb(6,20,19); }
td.TdClassName
{
border-color: #061413;
}
.TagClassName
{
border-color: #061413;
}
</style>