Shades of Cactus #5C7354
Tints of Cactus #5C7354
RGB
CMYK
RGB Variations
Color information
#5C7354 (or 0x5C7354) is known color: Cactus. HEX triplet: 5C, 73 and 54. RGB value is (92,115,84). Sum of RGB (Red+Green+Blue) = 92+115+84=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7354 is #A38CAB. Grayscale: #686868. Windows color (decimal): -10718380 or 5534556. OLE color: 5534556.
HSL color Cylindrical-coordinate representation of color #5C7354: hue angle of 104.52º 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 #5C7354 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 115 | 84 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.55 |
| HSL | 104.52º | 0.16% | 0.39% | - |
| HSV(B) | 104.52º | 0.27% | 0.45% | - |
| XYZ | 12.14 | 15.18 | 10.68 | - |
| YUV | 104.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 84 | 0.20 | 0 | 0.27 | 0.55 | 104.52 | 0.16 | 0.39 |
| Hex | 5C | 73 | 54 | 14 | 0 | 1B | 37 | 69 | 10 | 27 |
| Octal | 134 | 163 | 124 | 24 | 0 | 33 | 67 | 151 | 20 | 47 |
| Binary | 1011100 | 1110011 | 1010100 | 10100 | 0 | 11011 | 110111 | 1101001 | 10000 | 100111 |
Color Harmonies of #5C7354
Complementary color
Monochromatic Colors of #5C7354
Black with #5C7354
Text Example
Text Example
White with #5C7354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7354; }
p { color: rgb(92,115,84); }
H1.HeaderClassName
{
color: #5C7354;
}
.AnyTagClassName
{
color: #5C7354;
}
</style>
background-color css
<style>
a { background-color: #5C7354; }
a { background-color: rgb(92,115,84); }
div.DivClassName
{
background-color: #5C7354;
}
.BgClassName
{
background-color: #5C7354;
}
</style>
border-color css
<style>
span { border-color: #5C7354; }
span { border-color: rgb(92,115,84); }
td.TdClassName
{
border-color: #5C7354;
}
.TagClassName
{
border-color: #5C7354;
}
</style>