Shades of Dark Green #052724
Tints of Dark Green #052724
RGB
CMYK
RGB Variations
Color information
#052724 (or 0x052724) is known color: Dark Green. HEX triplet: 05, 27 and 24. RGB value is (5,39,36). Sum of RGB (Red+Green+Blue) = 5+39+36=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 36 (14.45% from 255 or 45% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #052724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052724 is #FAD8DB. Grayscale: #1C1C1C. Windows color (decimal): -16439516 or 2369285. OLE color: 2369285.
HSL color Cylindrical-coordinate representation of color #052724: hue angle of 174.71º 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 #052724 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 39 | 36 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.85 |
| HSL | 174.71º | 0.77% | 0.09% | - |
| HSV(B) | 174.71º | 0.87% | 0.15% | - |
| XYZ | 1.11 | 1.61 | 1.92 | - |
| YUV | 28.49 | 132.24 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 36 | 0.87 | 0 | 0.08 | 0.85 | 174.71 | 0.77 | 0.09 |
| Hex | 5 | 27 | 24 | 57 | 0 | 8 | 55 | AF | 4D | 9 |
| Octal | 5 | 47 | 44 | 127 | 0 | 10 | 125 | 257 | 115 | 11 |
| Binary | 101 | 100111 | 100100 | 1010111 | 0 | 1000 | 1010101 | 10101111 | 1001101 | 1001 |
Color Harmonies of #052724
Complementary color
Monochromatic Colors of #052724
Black with #052724
Text Example
Text Example
White with #052724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052724; }
p { color: rgb(5,39,36); }
H1.HeaderClassName
{
color: #052724;
}
.AnyTagClassName
{
color: #052724;
}
</style>
background-color css
<style>
a { background-color: #052724; }
a { background-color: rgb(5,39,36); }
div.DivClassName
{
background-color: #052724;
}
.BgClassName
{
background-color: #052724;
}
</style>
border-color css
<style>
span { border-color: #052724; }
span { border-color: rgb(5,39,36); }
td.TdClassName
{
border-color: #052724;
}
.TagClassName
{
border-color: #052724;
}
</style>