Shades of Dark Green #053526
Tints of Dark Green #053526
RGB
CMYK
RGB Variations
Color information
#053526 (or 0x053526) is known color: Dark Green. HEX triplet: 05, 35 and 26. RGB value is (5,53,38). Sum of RGB (Red+Green+Blue) = 5+53+38=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #053526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053526 is #FACAD9. Grayscale: #242424. Windows color (decimal): -16435930 or 2503941. OLE color: 2503941.
HSL color Cylindrical-coordinate representation of color #053526: hue angle of 161.25º 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 #053526 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 53 | 38 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.79 |
| HSL | 161.25º | 0.83% | 0.11% | - |
| HSV(B) | 161.25º | 0.91% | 0.21% | - |
| XYZ | 1.69 | 2.72 | 2.27 | - |
| YUV | 36.94 | 128.6 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 38 | 0.91 | 0 | 0.28 | 0.79 | 161.25 | 0.83 | 0.11 |
| Hex | 5 | 35 | 26 | 5B | 0 | 1C | 4F | A1 | 53 | B |
| Octal | 5 | 65 | 46 | 133 | 0 | 34 | 117 | 241 | 123 | 13 |
| Binary | 101 | 110101 | 100110 | 1011011 | 0 | 11100 | 1001111 | 10100001 | 1010011 | 1011 |
Color Harmonies of #053526
Complementary color
Monochromatic Colors of #053526
Black with #053526
Text Example
Text Example
White with #053526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053526; }
p { color: rgb(5,53,38); }
H1.HeaderClassName
{
color: #053526;
}
.AnyTagClassName
{
color: #053526;
}
</style>
background-color css
<style>
a { background-color: #053526; }
a { background-color: rgb(5,53,38); }
div.DivClassName
{
background-color: #053526;
}
.BgClassName
{
background-color: #053526;
}
</style>
border-color css
<style>
span { border-color: #053526; }
span { border-color: rgb(5,53,38); }
td.TdClassName
{
border-color: #053526;
}
.TagClassName
{
border-color: #053526;
}
</style>