Shades of Cactus #5C7358
Tints of Cactus #5C7358
RGB
CMYK
RGB Variations
Color information
#5C7358 (or 0x5C7358) is known color: Cactus. HEX triplet: 5C, 73 and 58. RGB value is (92,115,88). Sum of RGB (Red+Green+Blue) = 92+115+88=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 115 - color contains mainly: green. Hex color #5C7358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7358 is #A38CA7. Grayscale: #696969. Windows color (decimal): -10718376 or 5796700. OLE color: 5796700.
HSL color Cylindrical-coordinate representation of color #5C7358: hue angle of 111.11º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C7358 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 115 | 88 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.55 |
| HSL | 111.11º | 0.13% | 0.4% | - |
| HSV(B) | 111.11º | 0.23% | 0.45% | - |
| XYZ | 12.31 | 15.24 | 11.53 | - |
| YUV | 105.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 88 | 0.20 | 0 | 0.23 | 0.55 | 111.11 | 0.13 | 0.4 |
| Hex | 5C | 73 | 58 | 14 | 0 | 17 | 37 | 6F | D | 28 |
| Octal | 134 | 163 | 130 | 24 | 0 | 27 | 67 | 157 | 15 | 50 |
| Binary | 1011100 | 1110011 | 1011000 | 10100 | 0 | 10111 | 110111 | 1101111 | 1101 | 101000 |
Color Harmonies of #5C7358
Complementary color
Monochromatic Colors of #5C7358
Black with #5C7358
Text Example
Text Example
White with #5C7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7358; }
p { color: rgb(92,115,88); }
H1.HeaderClassName
{
color: #5C7358;
}
.AnyTagClassName
{
color: #5C7358;
}
</style>
background-color css
<style>
a { background-color: #5C7358; }
a { background-color: rgb(92,115,88); }
div.DivClassName
{
background-color: #5C7358;
}
.BgClassName
{
background-color: #5C7358;
}
</style>
border-color css
<style>
span { border-color: #5C7358; }
span { border-color: rgb(92,115,88); }
td.TdClassName
{
border-color: #5C7358;
}
.TagClassName
{
border-color: #5C7358;
}
</style>