Shades of Cactus #5C7353
Tints of Cactus #5C7353
RGB
CMYK
RGB Variations
Color information
#5C7353 (or 0x5C7353) is known color: Cactus. HEX triplet: 5C, 73 and 53. RGB value is (92,115,83). Sum of RGB (Red+Green+Blue) = 92+115+83=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7353 is #A38CAC. Grayscale: #686868. Windows color (decimal): -10718381 or 5469020. OLE color: 5469020.
HSL color Cylindrical-coordinate representation of color #5C7353: hue angle of 103.12º 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 #5C7353 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 115 | 83 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.55 |
| HSL | 103.13º | 0.16% | 0.39% | - |
| HSV(B) | 103.13º | 0.28% | 0.45% | - |
| XYZ | 12.11 | 15.16 | 10.47 | - |
| YUV | 104.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 83 | 0.20 | 0 | 0.28 | 0.55 | 103.13 | 0.16 | 0.39 |
| Hex | 5C | 73 | 53 | 14 | 0 | 1C | 37 | 67 | 10 | 27 |
| Octal | 134 | 163 | 123 | 24 | 0 | 34 | 67 | 147 | 20 | 47 |
| Binary | 1011100 | 1110011 | 1010011 | 10100 | 0 | 11100 | 110111 | 1100111 | 10000 | 100111 |
Color Harmonies of #5C7353
Complementary color
Monochromatic Colors of #5C7353
Black with #5C7353
Text Example
Text Example
White with #5C7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7353; }
p { color: rgb(92,115,83); }
H1.HeaderClassName
{
color: #5C7353;
}
.AnyTagClassName
{
color: #5C7353;
}
</style>
background-color css
<style>
a { background-color: #5C7353; }
a { background-color: rgb(92,115,83); }
div.DivClassName
{
background-color: #5C7353;
}
.BgClassName
{
background-color: #5C7353;
}
</style>
border-color css
<style>
span { border-color: #5C7353; }
span { border-color: rgb(92,115,83); }
td.TdClassName
{
border-color: #5C7353;
}
.TagClassName
{
border-color: #5C7353;
}
</style>