Shades of Dark Green #053824
Tints of Dark Green #053824
RGB
CMYK
RGB Variations
Color information
#053824 (or 0x053824) is known color: Dark Green. HEX triplet: 05, 38 and 24. RGB value is (5,56,36). Sum of RGB (Red+Green+Blue) = 5+56+36=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #053824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053824 is #FAC7DB. Grayscale: #262626. Windows color (decimal): -16435164 or 2373637. OLE color: 2373637.
HSL color Cylindrical-coordinate representation of color #053824: hue angle of 156.47º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053824 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 56 | 36 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.78 |
| HSL | 156.47º | 0.84% | 0.12% | - |
| HSV(B) | 156.47º | 0.91% | 0.22% | - |
| XYZ | 1.8 | 2.99 | 2.15 | - |
| YUV | 38.47 | 126.6 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 36 | 0.91 | 0 | 0.36 | 0.78 | 156.47 | 0.84 | 0.12 |
| Hex | 5 | 38 | 24 | 5B | 0 | 24 | 4E | 9C | 54 | C |
| Octal | 5 | 70 | 44 | 133 | 0 | 44 | 116 | 234 | 124 | 14 |
| Binary | 101 | 111000 | 100100 | 1011011 | 0 | 100100 | 1001110 | 10011100 | 1010100 | 1100 |
Color Harmonies of #053824
Complementary color
Monochromatic Colors of #053824
Black with #053824
Text Example
Text Example
White with #053824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053824; }
p { color: rgb(5,56,36); }
H1.HeaderClassName
{
color: #053824;
}
.AnyTagClassName
{
color: #053824;
}
</style>
background-color css
<style>
a { background-color: #053824; }
a { background-color: rgb(5,56,36); }
div.DivClassName
{
background-color: #053824;
}
.BgClassName
{
background-color: #053824;
}
</style>
border-color css
<style>
span { border-color: #053824; }
span { border-color: rgb(5,56,36); }
td.TdClassName
{
border-color: #053824;
}
.TagClassName
{
border-color: #053824;
}
</style>