Shades of Cactus #58724C
Tints of Cactus #58724C
RGB
CMYK
RGB Variations
Color information
#58724C (or 0x58724C) is known color: Cactus. HEX triplet: 58, 72 and 4C. RGB value is (88,114,76). Sum of RGB (Red+Green+Blue) = 88+114+76=278 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.65% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #58724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58724C is #A78DB3. Grayscale: #666666. Windows color (decimal): -10980788 or 5010008. OLE color: 5010008.
HSL color Cylindrical-coordinate representation of color #58724C: hue angle of 101.05º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58724C is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 114 | 76 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.55 |
| HSL | 101.05º | 0.2% | 0.37% | - |
| HSV(B) | 101.05º | 0.33% | 0.45% | - |
| XYZ | 11.35 | 14.63 | 9.06 | - |
| YUV | 101.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 114 | 76 | 0.23 | 0 | 0.33 | 0.55 | 101.05 | 0.2 | 0.37 |
| Hex | 58 | 72 | 4C | 17 | 0 | 21 | 37 | 65 | 14 | 25 |
| Octal | 130 | 162 | 114 | 27 | 0 | 41 | 67 | 145 | 24 | 45 |
| Binary | 1011000 | 1110010 | 1001100 | 10111 | 0 | 100001 | 110111 | 1100101 | 10100 | 100101 |
Color Harmonies of #58724C
Complementary color
Monochromatic Colors of #58724C
Black with #58724C
Text Example
Text Example
White with #58724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58724C; }
p { color: rgb(88,114,76); }
H1.HeaderClassName
{
color: #58724C;
}
.AnyTagClassName
{
color: #58724C;
}
</style>
background-color css
<style>
a { background-color: #58724C; }
a { background-color: rgb(88,114,76); }
div.DivClassName
{
background-color: #58724C;
}
.BgClassName
{
background-color: #58724C;
}
</style>
border-color css
<style>
span { border-color: #58724C; }
span { border-color: rgb(88,114,76); }
td.TdClassName
{
border-color: #58724C;
}
.TagClassName
{
border-color: #58724C;
}
</style>