Shades of Cactus #5C7258
Tints of Cactus #5C7258
RGB
CMYK
RGB Variations
Color information
#5C7258 (or 0x5C7258) is known color: Cactus. HEX triplet: 5C, 72 and 58. RGB value is (92,114,88). Sum of RGB (Red+Green+Blue) = 92+114+88=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #5C7258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7258 is #A38DA7. Grayscale: #686868. Windows color (decimal): -10718632 or 5796444. OLE color: 5796444.
HSL color Cylindrical-coordinate representation of color #5C7258: hue angle of 110.77º 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 #5C7258 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 114 | 88 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.55 |
| HSL | 110.77º | 0.13% | 0.4% | - |
| HSV(B) | 110.77º | 0.23% | 0.45% | - |
| XYZ | 12.19 | 15.01 | 11.49 | - |
| YUV | 104.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 114 | 88 | 0.19 | 0 | 0.23 | 0.55 | 110.77 | 0.13 | 0.4 |
| Hex | 5C | 72 | 58 | 13 | 0 | 17 | 37 | 6F | D | 28 |
| Octal | 134 | 162 | 130 | 23 | 0 | 27 | 67 | 157 | 15 | 50 |
| Binary | 1011100 | 1110010 | 1011000 | 10011 | 0 | 10111 | 110111 | 1101111 | 1101 | 101000 |
Color Harmonies of #5C7258
Complementary color
Monochromatic Colors of #5C7258
Black with #5C7258
Text Example
Text Example
White with #5C7258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7258; }
p { color: rgb(92,114,88); }
H1.HeaderClassName
{
color: #5C7258;
}
.AnyTagClassName
{
color: #5C7258;
}
</style>
background-color css
<style>
a { background-color: #5C7258; }
a { background-color: rgb(92,114,88); }
div.DivClassName
{
background-color: #5C7258;
}
.BgClassName
{
background-color: #5C7258;
}
</style>
border-color css
<style>
span { border-color: #5C7258; }
span { border-color: rgb(92,114,88); }
td.TdClassName
{
border-color: #5C7258;
}
.TagClassName
{
border-color: #5C7258;
}
</style>