Shades of Cactus #58724A
Tints of Cactus #58724A
RGB
CMYK
RGB Variations
Color information
#58724A (or 0x58724A) is known color: Cactus. HEX triplet: 58, 72 and 4A. RGB value is (88,114,74). Sum of RGB (Red+Green+Blue) = 88+114+74=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #58724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58724A is #A78DB5. Grayscale: #656565. Windows color (decimal): -10980790 or 4878936. OLE color: 4878936.
HSL color Cylindrical-coordinate representation of color #58724A: hue angle of 99º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58724A is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 114 | 74 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.55 |
| HSL | 99º | 0.21% | 0.37% | - |
| HSV(B) | 99º | 0.35% | 0.45% | - |
| XYZ | 11.28 | 14.6 | 8.7 | - |
| YUV | 101.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 114 | 74 | 0.23 | 0 | 0.35 | 0.55 | 99 | 0.21 | 0.37 |
| Hex | 58 | 72 | 4A | 17 | 0 | 23 | 37 | 63 | 15 | 25 |
| Octal | 130 | 162 | 112 | 27 | 0 | 43 | 67 | 143 | 25 | 45 |
| Binary | 1011000 | 1110010 | 1001010 | 10111 | 0 | 100011 | 110111 | 1100011 | 10101 | 100101 |
Color Harmonies of #58724A
Complementary color
Monochromatic Colors of #58724A
Black with #58724A
Text Example
Text Example
White with #58724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58724A; }
p { color: rgb(88,114,74); }
H1.HeaderClassName
{
color: #58724A;
}
.AnyTagClassName
{
color: #58724A;
}
</style>
background-color css
<style>
a { background-color: #58724A; }
a { background-color: rgb(88,114,74); }
div.DivClassName
{
background-color: #58724A;
}
.BgClassName
{
background-color: #58724A;
}
</style>
border-color css
<style>
span { border-color: #58724A; }
span { border-color: rgb(88,114,74); }
td.TdClassName
{
border-color: #58724A;
}
.TagClassName
{
border-color: #58724A;
}
</style>