Shades of Dark Green #062520
Tints of Dark Green #062520
RGB
CMYK
RGB Variations
Color information
#062520 (or 0x062520) is known color: Dark Green. HEX triplet: 06, 25 and 20. RGB value is (6,37,32). Sum of RGB (Red+Green+Blue) = 6+37+32=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 32 (12.89% from 255 or 42.67% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #062520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062520 is #F9DADF. Grayscale: #1B1B1B. Windows color (decimal): -16374496 or 2106630. OLE color: 2106630.
HSL color Cylindrical-coordinate representation of color #062520: hue angle of 170.32º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #062520 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 37 | 32 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.85 |
| HSL | 170.32º | 0.72% | 0.08% | - |
| HSV(B) | 170.32º | 0.84% | 0.15% | - |
| XYZ | 1 | 1.47 | 1.6 | - |
| YUV | 27.16 | 130.73 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 32 | 0.84 | 0 | 0.14 | 0.85 | 170.32 | 0.72 | 0.08 |
| Hex | 6 | 25 | 20 | 54 | 0 | E | 55 | AA | 48 | 8 |
| Octal | 6 | 45 | 40 | 124 | 0 | 16 | 125 | 252 | 110 | 10 |
| Binary | 110 | 100101 | 100000 | 1010100 | 0 | 1110 | 1010101 | 10101010 | 1001000 | 1000 |
Color Harmonies of #062520
Complementary color
Monochromatic Colors of #062520
Black with #062520
Text Example
Text Example
White with #062520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062520; }
p { color: rgb(6,37,32); }
H1.HeaderClassName
{
color: #062520;
}
.AnyTagClassName
{
color: #062520;
}
</style>
background-color css
<style>
a { background-color: #062520; }
a { background-color: rgb(6,37,32); }
div.DivClassName
{
background-color: #062520;
}
.BgClassName
{
background-color: #062520;
}
</style>
border-color css
<style>
span { border-color: #062520; }
span { border-color: rgb(6,37,32); }
td.TdClassName
{
border-color: #062520;
}
.TagClassName
{
border-color: #062520;
}
</style>