Shades of Cactus #597152
Tints of Cactus #597152
RGB
CMYK
RGB Variations
Color information
#597152 (or 0x597152) is known color: Cactus. HEX triplet: 59, 71 and 52. RGB value is (89,113,82). Sum of RGB (Red+Green+Blue) = 89+113+82=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #597152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #597152 is #A68EAD. Grayscale: #666666. Windows color (decimal): -10915502 or 5402969. OLE color: 5402969.
HSL color Cylindrical-coordinate representation of color #597152: hue angle of 106.45º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #597152 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 89 | 113 | 82 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.56 |
| HSL | 106.45º | 0.16% | 0.38% | - |
| HSV(B) | 106.45º | 0.27% | 0.44% | - |
| XYZ | 11.55 | 14.54 | 10.18 | - |
| YUV | 102.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 113 | 82 | 0.21 | 0 | 0.27 | 0.56 | 106.45 | 0.16 | 0.38 |
| Hex | 59 | 71 | 52 | 15 | 0 | 1B | 38 | 6A | 10 | 26 |
| Octal | 131 | 161 | 122 | 25 | 0 | 33 | 70 | 152 | 20 | 46 |
| Binary | 1011001 | 1110001 | 1010010 | 10101 | 0 | 11011 | 111000 | 1101010 | 10000 | 100110 |
Color Harmonies of #597152
Complementary color
Monochromatic Colors of #597152
Black with #597152
Text Example
Text Example
White with #597152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #597152; }
p { color: rgb(89,113,82); }
H1.HeaderClassName
{
color: #597152;
}
.AnyTagClassName
{
color: #597152;
}
</style>
background-color css
<style>
a { background-color: #597152; }
a { background-color: rgb(89,113,82); }
div.DivClassName
{
background-color: #597152;
}
.BgClassName
{
background-color: #597152;
}
</style>
border-color css
<style>
span { border-color: #597152; }
span { border-color: rgb(89,113,82); }
td.TdClassName
{
border-color: #597152;
}
.TagClassName
{
border-color: #597152;
}
</style>