Shades of Cactus #58744E
Tints of Cactus #58744E
RGB
CMYK
RGB Variations
Color information
#58744E (or 0x58744E) is known color: Cactus. HEX triplet: 58, 74 and 4E. RGB value is (88,116,78). Sum of RGB (Red+Green+Blue) = 88+116+78=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #58744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58744E is #A78BB1. Grayscale: #676767. Windows color (decimal): -10980274 or 5141592. OLE color: 5141592.
HSL color Cylindrical-coordinate representation of color #58744E: hue angle of 104.21º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58744E is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 116 | 78 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.55 |
| HSL | 104.21º | 0.2% | 0.38% | - |
| HSV(B) | 104.21º | 0.33% | 0.45% | - |
| XYZ | 11.65 | 15.12 | 9.51 | - |
| YUV | 103.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 116 | 78 | 0.24 | 0 | 0.33 | 0.55 | 104.21 | 0.2 | 0.38 |
| Hex | 58 | 74 | 4E | 18 | 0 | 21 | 37 | 68 | 14 | 26 |
| Octal | 130 | 164 | 116 | 30 | 0 | 41 | 67 | 150 | 24 | 46 |
| Binary | 1011000 | 1110100 | 1001110 | 11000 | 0 | 100001 | 110111 | 1101000 | 10100 | 100110 |
Color Harmonies of #58744E
Complementary color
Monochromatic Colors of #58744E
Black with #58744E
Text Example
Text Example
White with #58744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58744E; }
p { color: rgb(88,116,78); }
H1.HeaderClassName
{
color: #58744E;
}
.AnyTagClassName
{
color: #58744E;
}
</style>
background-color css
<style>
a { background-color: #58744E; }
a { background-color: rgb(88,116,78); }
div.DivClassName
{
background-color: #58744E;
}
.BgClassName
{
background-color: #58744E;
}
</style>
border-color css
<style>
span { border-color: #58744E; }
span { border-color: rgb(88,116,78); }
td.TdClassName
{
border-color: #58744E;
}
.TagClassName
{
border-color: #58744E;
}
</style>