Shades of Cactus #5C7253
Tints of Cactus #5C7253
RGB
CMYK
RGB Variations
Color information
#5C7253 (or 0x5C7253) is known color: Cactus. HEX triplet: 5C, 72 and 53. RGB value is (92,114,83). Sum of RGB (Red+Green+Blue) = 92+114+83=289 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.83% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #5C7253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7253 is #A38DAC. Grayscale: #676767. Windows color (decimal): -10718637 or 5468764. OLE color: 5468764.
HSL color Cylindrical-coordinate representation of color #5C7253: hue angle of 102.58º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C7253 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 114 | 83 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.55 |
| HSL | 102.58º | 0.16% | 0.39% | - |
| HSV(B) | 102.58º | 0.27% | 0.45% | - |
| XYZ | 11.99 | 14.93 | 10.43 | - |
| YUV | 103.89 | 116.21 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 114 | 83 | 0.19 | 0 | 0.27 | 0.55 | 102.58 | 0.16 | 0.39 |
| Hex | 5C | 72 | 53 | 13 | 0 | 1B | 37 | 67 | 10 | 27 |
| Octal | 134 | 162 | 123 | 23 | 0 | 33 | 67 | 147 | 20 | 47 |
| Binary | 1011100 | 1110010 | 1010011 | 10011 | 0 | 11011 | 110111 | 1100111 | 10000 | 100111 |
Color Harmonies of #5C7253
Complementary color
Monochromatic Colors of #5C7253
Black with #5C7253
Text Example
Text Example
White with #5C7253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7253; }
p { color: rgb(92,114,83); }
H1.HeaderClassName
{
color: #5C7253;
}
.AnyTagClassName
{
color: #5C7253;
}
</style>
background-color css
<style>
a { background-color: #5C7253; }
a { background-color: rgb(92,114,83); }
div.DivClassName
{
background-color: #5C7253;
}
.BgClassName
{
background-color: #5C7253;
}
</style>
border-color css
<style>
span { border-color: #5C7253; }
span { border-color: rgb(92,114,83); }
td.TdClassName
{
border-color: #5C7253;
}
.TagClassName
{
border-color: #5C7253;
}
</style>