Shades of Dark Green #052721
Tints of Dark Green #052721
RGB
CMYK
RGB Variations
Color information
#052721 (or 0x052721) is known color: Dark Green. HEX triplet: 05, 27 and 21. RGB value is (5,39,33). Sum of RGB (Red+Green+Blue) = 5+39+33=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 39 (15.62% from 255 or 50.65% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 39 - color contains mainly: green. Hex color #052721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052721 is #FAD8DE. Grayscale: #1C1C1C. Windows color (decimal): -16439519 or 2172677. OLE color: 2172677.
HSL color Cylindrical-coordinate representation of color #052721: hue angle of 169.41º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052721 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 39 | 33 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.85 |
| HSL | 169.41º | 0.77% | 0.09% | - |
| HSV(B) | 169.41º | 0.87% | 0.15% | - |
| XYZ | 1.06 | 1.59 | 1.69 | - |
| YUV | 28.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 33 | 0.87 | 0 | 0.15 | 0.85 | 169.41 | 0.77 | 0.09 |
| Hex | 5 | 27 | 21 | 57 | 0 | F | 55 | A9 | 4D | 9 |
| Octal | 5 | 47 | 41 | 127 | 0 | 17 | 125 | 251 | 115 | 11 |
| Binary | 101 | 100111 | 100001 | 1010111 | 0 | 1111 | 1010101 | 10101001 | 1001101 | 1001 |
Color Harmonies of #052721
Complementary color
Monochromatic Colors of #052721
Black with #052721
Text Example
Text Example
White with #052721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052721; }
p { color: rgb(5,39,33); }
H1.HeaderClassName
{
color: #052721;
}
.AnyTagClassName
{
color: #052721;
}
</style>
background-color css
<style>
a { background-color: #052721; }
a { background-color: rgb(5,39,33); }
div.DivClassName
{
background-color: #052721;
}
.BgClassName
{
background-color: #052721;
}
</style>
border-color css
<style>
span { border-color: #052721; }
span { border-color: rgb(5,39,33); }
td.TdClassName
{
border-color: #052721;
}
.TagClassName
{
border-color: #052721;
}
</style>