Shades of Cactus #5A7252
Tints of Cactus #5A7252
RGB
CMYK
RGB Variations
Color information
#5A7252 (or 0x5A7252) is known color: Cactus. HEX triplet: 5A, 72 and 52. RGB value is (90,114,82). Sum of RGB (Red+Green+Blue) = 90+114+82=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7252 is #A58DAD. Grayscale: #676767. Windows color (decimal): -10849710 or 5403226. OLE color: 5403226.
HSL color Cylindrical-coordinate representation of color #5A7252: hue angle of 105º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A7252 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 82 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.55 |
| HSL | 105º | 0.16% | 0.38% | - |
| HSV(B) | 105º | 0.28% | 0.45% | - |
| XYZ | 11.76 | 14.82 | 10.22 | - |
| YUV | 103.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 82 | 0.21 | 0 | 0.28 | 0.55 | 105 | 0.16 | 0.38 |
| Hex | 5A | 72 | 52 | 15 | 0 | 1C | 37 | 69 | 10 | 26 |
| Octal | 132 | 162 | 122 | 25 | 0 | 34 | 67 | 151 | 20 | 46 |
| Binary | 1011010 | 1110010 | 1010010 | 10101 | 0 | 11100 | 110111 | 1101001 | 10000 | 100110 |
Color Harmonies of #5A7252
Complementary color
Monochromatic Colors of #5A7252
Black with #5A7252
Text Example
Text Example
White with #5A7252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7252; }
p { color: rgb(90,114,82); }
H1.HeaderClassName
{
color: #5A7252;
}
.AnyTagClassName
{
color: #5A7252;
}
</style>
background-color css
<style>
a { background-color: #5A7252; }
a { background-color: rgb(90,114,82); }
div.DivClassName
{
background-color: #5A7252;
}
.BgClassName
{
background-color: #5A7252;
}
</style>
border-color css
<style>
span { border-color: #5A7252; }
span { border-color: rgb(90,114,82); }
td.TdClassName
{
border-color: #5A7252;
}
.TagClassName
{
border-color: #5A7252;
}
</style>