Shades of Cactus #597250
Tints of Cactus #597250
RGB
CMYK
RGB Variations
Color information
#597250 (or 0x597250) is known color: Cactus. HEX triplet: 59, 72 and 50. RGB value is (89,114,80). Sum of RGB (Red+Green+Blue) = 89+114+80=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #597250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597250 is #A68DAF. Grayscale: #666666. Windows color (decimal): -10915248 or 5272153. OLE color: 5272153.
HSL color Cylindrical-coordinate representation of color #597250: hue angle of 104.12º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #597250 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 114 | 80 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.55 |
| HSL | 104.12º | 0.18% | 0.38% | - |
| HSV(B) | 104.12º | 0.3% | 0.45% | - |
| XYZ | 11.59 | 14.74 | 9.82 | - |
| YUV | 102.65 | 115.22 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 80 | 0.22 | 0 | 0.30 | 0.55 | 104.12 | 0.18 | 0.38 |
| Hex | 59 | 72 | 50 | 16 | 0 | 1E | 37 | 68 | 12 | 26 |
| Octal | 131 | 162 | 120 | 26 | 0 | 36 | 67 | 150 | 22 | 46 |
| Binary | 1011001 | 1110010 | 1010000 | 10110 | 0 | 11110 | 110111 | 1101000 | 10010 | 100110 |
Color Harmonies of #597250
Complementary color
Monochromatic Colors of #597250
Black with #597250
Text Example
Text Example
White with #597250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597250; }
p { color: rgb(89,114,80); }
H1.HeaderClassName
{
color: #597250;
}
.AnyTagClassName
{
color: #597250;
}
</style>
background-color css
<style>
a { background-color: #597250; }
a { background-color: rgb(89,114,80); }
div.DivClassName
{
background-color: #597250;
}
.BgClassName
{
background-color: #597250;
}
</style>
border-color css
<style>
span { border-color: #597250; }
span { border-color: rgb(89,114,80); }
td.TdClassName
{
border-color: #597250;
}
.TagClassName
{
border-color: #597250;
}
</style>