Shades of Dark Green #062020
Tints of Dark Green #062020
RGB
CMYK
RGB Variations
Color information
#062020 (or 0x062020) is known color: Dark Green. HEX triplet: 06, 20 and 20. RGB value is (6,32,32). Sum of RGB (Red+Green+Blue) = 6+32+32=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #062020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062020 is #F9DFDF. Grayscale: #181818. Windows color (decimal): -16375776 or 2105350. OLE color: 2105350.
HSL color Cylindrical-coordinate representation of color #062020: hue angle of 180º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #062020 is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 6 | 32 | 32 | - |
| CMYK | 0.81 | 0 | 0 | 0.87 |
| HSL | 180º | 0.68% | 0.07% | - |
| HSV(B) | 180º | 0.81% | 0.13% | - |
| XYZ | 0.85 | 1.18 | 1.55 | - |
| YUV | 24.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 32 | 0.81 | 0 | 0 | 0.87 | 180 | 0.68 | 0.07 |
| Hex | 6 | 20 | 20 | 51 | 0 | 0 | 57 | B4 | 44 | 7 |
| Octal | 6 | 40 | 40 | 121 | 0 | 0 | 127 | 264 | 104 | 7 |
| Binary | 110 | 100000 | 100000 | 1010001 | 0 | 0 | 1010111 | 10110100 | 1000100 | 111 |
Color Harmonies of #062020
Complementary color
Monochromatic Colors of #062020
Black with #062020
Text Example
Text Example
White with #062020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062020; }
p { color: rgb(6,32,32); }
H1.HeaderClassName
{
color: #062020;
}
.AnyTagClassName
{
color: #062020;
}
</style>
background-color css
<style>
a { background-color: #062020; }
a { background-color: rgb(6,32,32); }
div.DivClassName
{
background-color: #062020;
}
.BgClassName
{
background-color: #062020;
}
</style>
border-color css
<style>
span { border-color: #062020; }
span { border-color: rgb(6,32,32); }
td.TdClassName
{
border-color: #062020;
}
.TagClassName
{
border-color: #062020;
}
</style>