Shades of Dark Green #052521
Tints of Dark Green #052521
RGB
CMYK
RGB Variations
Color information
#052521 (or 0x052521) is known color: Dark Green. HEX triplet: 05, 25 and 21. RGB value is (5,37,33). Sum of RGB (Red+Green+Blue) = 5+37+33=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #052521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052521 is #FADADE. Grayscale: #1A1A1A. Windows color (decimal): -16440031 or 2172165. OLE color: 2172165.
HSL color Cylindrical-coordinate representation of color #052521: hue angle of 172.5º 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 #052521 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 37 | 33 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.85 |
| HSL | 172.5º | 0.76% | 0.08% | - |
| HSV(B) | 172.5º | 0.86% | 0.15% | - |
| XYZ | 1 | 1.47 | 1.67 | - |
| YUV | 26.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 33 | 0.86 | 0 | 0.11 | 0.85 | 172.5 | 0.76 | 0.08 |
| Hex | 5 | 25 | 21 | 56 | 0 | B | 55 | AC | 4C | 8 |
| Octal | 5 | 45 | 41 | 126 | 0 | 13 | 125 | 254 | 114 | 10 |
| Binary | 101 | 100101 | 100001 | 1010110 | 0 | 1011 | 1010101 | 10101100 | 1001100 | 1000 |
Color Harmonies of #052521
Complementary color
Monochromatic Colors of #052521
Black with #052521
Text Example
Text Example
White with #052521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052521; }
p { color: rgb(5,37,33); }
H1.HeaderClassName
{
color: #052521;
}
.AnyTagClassName
{
color: #052521;
}
</style>
background-color css
<style>
a { background-color: #052521; }
a { background-color: rgb(5,37,33); }
div.DivClassName
{
background-color: #052521;
}
.BgClassName
{
background-color: #052521;
}
</style>
border-color css
<style>
span { border-color: #052521; }
span { border-color: rgb(5,37,33); }
td.TdClassName
{
border-color: #052521;
}
.TagClassName
{
border-color: #052521;
}
</style>