Shades of Cactus #59724D
Tints of Cactus #59724D
RGB
CMYK
RGB Variations
Color information
#59724D (or 0x59724D) is known color: Cactus. HEX triplet: 59, 72 and 4D. RGB value is (89,114,77). Sum of RGB (Red+Green+Blue) = 89+114+77=280 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.79% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #59724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59724D is #A68DB2. Grayscale: #666666. Windows color (decimal): -10915251 or 5075545. OLE color: 5075545.
HSL color Cylindrical-coordinate representation of color #59724D: hue angle of 100.54º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #59724D is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 114 | 77 | - |
| CMYK | 0.22 | 0 | 0.32 | 0.55 |
| HSL | 100.54º | 0.19% | 0.37% | - |
| HSV(B) | 100.54º | 0.32% | 0.45% | - |
| XYZ | 11.48 | 14.69 | 9.25 | - |
| YUV | 102.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 77 | 0.22 | 0 | 0.32 | 0.55 | 100.54 | 0.19 | 0.37 |
| Hex | 59 | 72 | 4D | 16 | 0 | 20 | 37 | 65 | 13 | 25 |
| Octal | 131 | 162 | 115 | 26 | 0 | 40 | 67 | 145 | 23 | 45 |
| Binary | 1011001 | 1110010 | 1001101 | 10110 | 0 | 100000 | 110111 | 1100101 | 10011 | 100101 |
Color Harmonies of #59724D
Complementary color
Monochromatic Colors of #59724D
Black with #59724D
Text Example
Text Example
White with #59724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59724D; }
p { color: rgb(89,114,77); }
H1.HeaderClassName
{
color: #59724D;
}
.AnyTagClassName
{
color: #59724D;
}
</style>
background-color css
<style>
a { background-color: #59724D; }
a { background-color: rgb(89,114,77); }
div.DivClassName
{
background-color: #59724D;
}
.BgClassName
{
background-color: #59724D;
}
</style>
border-color css
<style>
span { border-color: #59724D; }
span { border-color: rgb(89,114,77); }
td.TdClassName
{
border-color: #59724D;
}
.TagClassName
{
border-color: #59724D;
}
</style>