Shades of Cactus #597452
Tints of Cactus #597452
RGB
CMYK
RGB Variations
Color information
#597452 (or 0x597452) is known color: Cactus. HEX triplet: 59, 74 and 52. RGB value is (89,116,82). Sum of RGB (Red+Green+Blue) = 89+116+82=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #597452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597452 is #A68BAD. Grayscale: #686868. Windows color (decimal): -10914734 or 5403737. OLE color: 5403737.
HSL color Cylindrical-coordinate representation of color #597452: hue angle of 107.65º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #597452 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 116 | 82 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.55 |
| HSL | 107.65º | 0.17% | 0.39% | - |
| HSV(B) | 107.65º | 0.29% | 0.45% | - |
| XYZ | 11.89 | 15.22 | 10.29 | - |
| YUV | 104.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 116 | 82 | 0.23 | 0 | 0.29 | 0.55 | 107.65 | 0.17 | 0.39 |
| Hex | 59 | 74 | 52 | 17 | 0 | 1D | 37 | 6C | 11 | 27 |
| Octal | 131 | 164 | 122 | 27 | 0 | 35 | 67 | 154 | 21 | 47 |
| Binary | 1011001 | 1110100 | 1010010 | 10111 | 0 | 11101 | 110111 | 1101100 | 10001 | 100111 |
Color Harmonies of #597452
Complementary color
Monochromatic Colors of #597452
Black with #597452
Text Example
Text Example
White with #597452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597452; }
p { color: rgb(89,116,82); }
H1.HeaderClassName
{
color: #597452;
}
.AnyTagClassName
{
color: #597452;
}
</style>
background-color css
<style>
a { background-color: #597452; }
a { background-color: rgb(89,116,82); }
div.DivClassName
{
background-color: #597452;
}
.BgClassName
{
background-color: #597452;
}
</style>
border-color css
<style>
span { border-color: #597452; }
span { border-color: rgb(89,116,82); }
td.TdClassName
{
border-color: #597452;
}
.TagClassName
{
border-color: #597452;
}
</style>