Shades of Cactus #58734C
Tints of Cactus #58734C
RGB
CMYK
RGB Variations
Color information
#58734C (or 0x58734C) is known color: Cactus. HEX triplet: 58, 73 and 4C. RGB value is (88,115,76). Sum of RGB (Red+Green+Blue) = 88+115+76=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #58734C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58734C is #A78CB3. Grayscale: #666666. Windows color (decimal): -10980532 or 5010264. OLE color: 5010264.
HSL color Cylindrical-coordinate representation of color #58734C: hue angle of 101.54º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58734C is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 115 | 76 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.55 |
| HSL | 101.54º | 0.2% | 0.37% | - |
| HSV(B) | 101.54º | 0.34% | 0.45% | - |
| XYZ | 11.46 | 14.86 | 9.1 | - |
| YUV | 102.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 115 | 76 | 0.23 | 0 | 0.34 | 0.55 | 101.54 | 0.2 | 0.37 |
| Hex | 58 | 73 | 4C | 17 | 0 | 22 | 37 | 66 | 14 | 25 |
| Octal | 130 | 163 | 114 | 27 | 0 | 42 | 67 | 146 | 24 | 45 |
| Binary | 1011000 | 1110011 | 1001100 | 10111 | 0 | 100010 | 110111 | 1100110 | 10100 | 100101 |
Color Harmonies of #58734C
Complementary color
Monochromatic Colors of #58734C
Black with #58734C
Text Example
Text Example
White with #58734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58734C; }
p { color: rgb(88,115,76); }
H1.HeaderClassName
{
color: #58734C;
}
.AnyTagClassName
{
color: #58734C;
}
</style>
background-color css
<style>
a { background-color: #58734C; }
a { background-color: rgb(88,115,76); }
div.DivClassName
{
background-color: #58734C;
}
.BgClassName
{
background-color: #58734C;
}
</style>
border-color css
<style>
span { border-color: #58734C; }
span { border-color: rgb(88,115,76); }
td.TdClassName
{
border-color: #58734C;
}
.TagClassName
{
border-color: #58734C;
}
</style>