Shades of Dark Green #052520
Tints of Dark Green #052520
RGB
CMYK
RGB Variations
Color information
#052520 (or 0x052520) is known color: Dark Green. HEX triplet: 05, 25 and 20. RGB value is (5,37,32). Sum of RGB (Red+Green+Blue) = 5+37+32=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #052520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052520 is #FADADF. Grayscale: #1A1A1A. Windows color (decimal): -16440032 or 2106629. OLE color: 2106629.
HSL color Cylindrical-coordinate representation of color #052520: hue angle of 170.62º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052520 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 37 | 32 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.85 |
| HSL | 170.63º | 0.76% | 0.08% | - |
| HSV(B) | 170.63º | 0.86% | 0.15% | - |
| XYZ | 0.98 | 1.46 | 1.6 | - |
| YUV | 26.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 32 | 0.86 | 0 | 0.14 | 0.85 | 170.63 | 0.76 | 0.08 |
| Hex | 5 | 25 | 20 | 56 | 0 | E | 55 | AB | 4C | 8 |
| Octal | 5 | 45 | 40 | 126 | 0 | 16 | 125 | 253 | 114 | 10 |
| Binary | 101 | 100101 | 100000 | 1010110 | 0 | 1110 | 1010101 | 10101011 | 1001100 | 1000 |
Color Harmonies of #052520
Complementary color
Monochromatic Colors of #052520
Black with #052520
Text Example
Text Example
White with #052520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052520; }
p { color: rgb(5,37,32); }
H1.HeaderClassName
{
color: #052520;
}
.AnyTagClassName
{
color: #052520;
}
</style>
background-color css
<style>
a { background-color: #052520; }
a { background-color: rgb(5,37,32); }
div.DivClassName
{
background-color: #052520;
}
.BgClassName
{
background-color: #052520;
}
</style>
border-color css
<style>
span { border-color: #052520; }
span { border-color: rgb(5,37,32); }
td.TdClassName
{
border-color: #052520;
}
.TagClassName
{
border-color: #052520;
}
</style>