Shades of Dark Green #053524
Tints of Dark Green #053524
RGB
CMYK
RGB Variations
Color information
#053524 (or 0x053524) is known color: Dark Green. HEX triplet: 05, 35 and 24. RGB value is (5,53,36). Sum of RGB (Red+Green+Blue) = 5+53+36=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #053524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053524 is #FACADB. Grayscale: #242424. Windows color (decimal): -16435932 or 2372869. OLE color: 2372869.
HSL color Cylindrical-coordinate representation of color #053524: hue angle of 158.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053524 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 53 | 36 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.79 |
| HSL | 158.75º | 0.83% | 0.11% | - |
| HSV(B) | 158.75º | 0.91% | 0.21% | - |
| XYZ | 1.65 | 2.71 | 2.1 | - |
| YUV | 36.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 36 | 0.91 | 0 | 0.32 | 0.79 | 158.75 | 0.83 | 0.11 |
| Hex | 5 | 35 | 24 | 5B | 0 | 20 | 4F | 9F | 53 | B |
| Octal | 5 | 65 | 44 | 133 | 0 | 40 | 117 | 237 | 123 | 13 |
| Binary | 101 | 110101 | 100100 | 1011011 | 0 | 100000 | 1001111 | 10011111 | 1010011 | 1011 |
Color Harmonies of #053524
Complementary color
Monochromatic Colors of #053524
Black with #053524
Text Example
Text Example
White with #053524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053524; }
p { color: rgb(5,53,36); }
H1.HeaderClassName
{
color: #053524;
}
.AnyTagClassName
{
color: #053524;
}
</style>
background-color css
<style>
a { background-color: #053524; }
a { background-color: rgb(5,53,36); }
div.DivClassName
{
background-color: #053524;
}
.BgClassName
{
background-color: #053524;
}
</style>
border-color css
<style>
span { border-color: #053524; }
span { border-color: rgb(5,53,36); }
td.TdClassName
{
border-color: #053524;
}
.TagClassName
{
border-color: #053524;
}
</style>