Shades of Dark Green #053020
Tints of Dark Green #053020
RGB
CMYK
RGB Variations
Color information
#053020 (or 0x053020) is known color: Dark Green. HEX triplet: 05, 30 and 20. RGB value is (5,48,32). Sum of RGB (Red+Green+Blue) = 5+48+32=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 48 (19.14% from 255 or 56.47% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 48 - color contains mainly: green. Hex color #053020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053020 is #FACFDF. Grayscale: #212121. Windows color (decimal): -16437216 or 2109445. OLE color: 2109445.
HSL color Cylindrical-coordinate representation of color #053020: hue angle of 157.67º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053020 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 48 | 32 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.81 |
| HSL | 157.67º | 0.81% | 0.1% | - |
| HSV(B) | 157.67º | 0.9% | 0.19% | - |
| XYZ | 1.38 | 2.25 | 1.73 | - |
| YUV | 33.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 48 | 32 | 0.90 | 0 | 0.33 | 0.81 | 157.67 | 0.81 | 0.1 |
| Hex | 5 | 30 | 20 | 5A | 0 | 21 | 51 | 9E | 51 | A |
| Octal | 5 | 60 | 40 | 132 | 0 | 41 | 121 | 236 | 121 | 12 |
| Binary | 101 | 110000 | 100000 | 1011010 | 0 | 100001 | 1010001 | 10011110 | 1010001 | 1010 |
Color Harmonies of #053020
Complementary color
Monochromatic Colors of #053020
Black with #053020
Text Example
Text Example
White with #053020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053020; }
p { color: rgb(5,48,32); }
H1.HeaderClassName
{
color: #053020;
}
.AnyTagClassName
{
color: #053020;
}
</style>
background-color css
<style>
a { background-color: #053020; }
a { background-color: rgb(5,48,32); }
div.DivClassName
{
background-color: #053020;
}
.BgClassName
{
background-color: #053020;
}
</style>
border-color css
<style>
span { border-color: #053020; }
span { border-color: rgb(5,48,32); }
td.TdClassName
{
border-color: #053020;
}
.TagClassName
{
border-color: #053020;
}
</style>