Shades of Cactus #597353
Tints of Cactus #597353
RGB
CMYK
RGB Variations
Color information
#597353 (or 0x597353) is known color: Cactus. HEX triplet: 59, 73 and 53. RGB value is (89,115,83). Sum of RGB (Red+Green+Blue) = 89+115+83=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #597353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597353 is #A68CAC. Grayscale: #676767. Windows color (decimal): -10914989 or 5469017. OLE color: 5469017.
HSL color Cylindrical-coordinate representation of color #597353: hue angle of 108.75º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #597353 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 115 | 83 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.55 |
| HSL | 108.75º | 0.16% | 0.39% | - |
| HSV(B) | 108.75º | 0.28% | 0.45% | - |
| XYZ | 11.81 | 15.01 | 10.46 | - |
| YUV | 103.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 83 | 0.23 | 0 | 0.28 | 0.55 | 108.75 | 0.16 | 0.39 |
| Hex | 59 | 73 | 53 | 17 | 0 | 1C | 37 | 6D | 10 | 27 |
| Octal | 131 | 163 | 123 | 27 | 0 | 34 | 67 | 155 | 20 | 47 |
| Binary | 1011001 | 1110011 | 1010011 | 10111 | 0 | 11100 | 110111 | 1101101 | 10000 | 100111 |
Color Harmonies of #597353
Complementary color
Monochromatic Colors of #597353
Black with #597353
Text Example
Text Example
White with #597353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597353; }
p { color: rgb(89,115,83); }
H1.HeaderClassName
{
color: #597353;
}
.AnyTagClassName
{
color: #597353;
}
</style>
background-color css
<style>
a { background-color: #597353; }
a { background-color: rgb(89,115,83); }
div.DivClassName
{
background-color: #597353;
}
.BgClassName
{
background-color: #597353;
}
</style>
border-color css
<style>
span { border-color: #597353; }
span { border-color: rgb(89,115,83); }
td.TdClassName
{
border-color: #597353;
}
.TagClassName
{
border-color: #597353;
}
</style>