Shades of Dark Green #053528
Tints of Dark Green #053528
RGB
CMYK
RGB Variations
Color information
#053528 (or 0x053528) is known color: Dark Green. HEX triplet: 05, 35 and 28. RGB value is (5,53,40). Sum of RGB (Red+Green+Blue) = 5+53+40=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #053528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053528 is #FACAD7. Grayscale: #252525. Windows color (decimal): -16435928 or 2635013. OLE color: 2635013.
HSL color Cylindrical-coordinate representation of color #053528: hue angle of 163.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 #053528 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 53 | 40 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.79 |
| HSL | 163.75º | 0.83% | 0.11% | - |
| HSV(B) | 163.75º | 0.91% | 0.21% | - |
| XYZ | 1.72 | 2.73 | 2.44 | - |
| YUV | 37.17 | 129.6 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 40 | 0.91 | 0 | 0.25 | 0.79 | 163.75 | 0.83 | 0.11 |
| Hex | 5 | 35 | 28 | 5B | 0 | 19 | 4F | A4 | 53 | B |
| Octal | 5 | 65 | 50 | 133 | 0 | 31 | 117 | 244 | 123 | 13 |
| Binary | 101 | 110101 | 101000 | 1011011 | 0 | 11001 | 1001111 | 10100100 | 1010011 | 1011 |
Color Harmonies of #053528
Complementary color
Monochromatic Colors of #053528
Black with #053528
Text Example
Text Example
White with #053528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053528; }
p { color: rgb(5,53,40); }
H1.HeaderClassName
{
color: #053528;
}
.AnyTagClassName
{
color: #053528;
}
</style>
background-color css
<style>
a { background-color: #053528; }
a { background-color: rgb(5,53,40); }
div.DivClassName
{
background-color: #053528;
}
.BgClassName
{
background-color: #053528;
}
</style>
border-color css
<style>
span { border-color: #053528; }
span { border-color: rgb(5,53,40); }
td.TdClassName
{
border-color: #053528;
}
.TagClassName
{
border-color: #053528;
}
</style>