Shades of Cactus #596E50
Tints of Cactus #596E50
RGB
CMYK
RGB Variations
Color information
#596E50 (or 0x596E50) is known color: Cactus. HEX triplet: 59, 6E and 50. RGB value is (89,110,80). Sum of RGB (Red+Green+Blue) = 89+110+80=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 110 - color contains mainly: green. Hex color #596E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596E50 is #A691AF. Grayscale: #646464. Windows color (decimal): -10916272 or 5271129. OLE color: 5271129.
HSL color Cylindrical-coordinate representation of color #596E50: hue angle of 102º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #596E50 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 89 | 110 | 80 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.57 |
| HSL | 102º | 0.16% | 0.37% | - |
| HSV(B) | 102º | 0.27% | 0.43% | - |
| XYZ | 11.14 | 13.85 | 9.68 | - |
| YUV | 100.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 110 | 80 | 0.19 | 0 | 0.27 | 0.57 | 102 | 0.16 | 0.37 |
| Hex | 59 | 6E | 50 | 13 | 0 | 1B | 39 | 66 | 10 | 25 |
| Octal | 131 | 156 | 120 | 23 | 0 | 33 | 71 | 146 | 20 | 45 |
| Binary | 1011001 | 1101110 | 1010000 | 10011 | 0 | 11011 | 111001 | 1100110 | 10000 | 100101 |
Color Harmonies of #596E50
Complementary color
Monochromatic Colors of #596E50
Black with #596E50
Text Example
Text Example
White with #596E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596E50; }
p { color: rgb(89,110,80); }
H1.HeaderClassName
{
color: #596E50;
}
.AnyTagClassName
{
color: #596E50;
}
</style>
background-color css
<style>
a { background-color: #596E50; }
a { background-color: rgb(89,110,80); }
div.DivClassName
{
background-color: #596E50;
}
.BgClassName
{
background-color: #596E50;
}
</style>
border-color css
<style>
span { border-color: #596E50; }
span { border-color: rgb(89,110,80); }
td.TdClassName
{
border-color: #596E50;
}
.TagClassName
{
border-color: #596E50;
}
</style>