Shades of Cactus #58744F
Tints of Cactus #58744F
RGB
CMYK
RGB Variations
Color information
#58744F (or 0x58744F) is known color: Cactus. HEX triplet: 58, 74 and 4F. RGB value is (88,116,79). Sum of RGB (Red+Green+Blue) = 88+116+79=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #58744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58744F is #A78BB0. Grayscale: #676767. Windows color (decimal): -10980273 or 5207128. OLE color: 5207128.
HSL color Cylindrical-coordinate representation of color #58744F: hue angle of 105.41º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58744F is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 88 | 116 | 79 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.55 |
| HSL | 105.41º | 0.19% | 0.38% | - |
| HSV(B) | 105.41º | 0.32% | 0.45% | - |
| XYZ | 11.68 | 15.13 | 9.7 | - |
| YUV | 103.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 116 | 79 | 0.24 | 0 | 0.32 | 0.55 | 105.41 | 0.19 | 0.38 |
| Hex | 58 | 74 | 4F | 18 | 0 | 20 | 37 | 69 | 13 | 26 |
| Octal | 130 | 164 | 117 | 30 | 0 | 40 | 67 | 151 | 23 | 46 |
| Binary | 1011000 | 1110100 | 1001111 | 11000 | 0 | 100000 | 110111 | 1101001 | 10011 | 100110 |
Color Harmonies of #58744F
Complementary color
Monochromatic Colors of #58744F
Black with #58744F
Text Example
Text Example
White with #58744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58744F; }
p { color: rgb(88,116,79); }
H1.HeaderClassName
{
color: #58744F;
}
.AnyTagClassName
{
color: #58744F;
}
</style>
background-color css
<style>
a { background-color: #58744F; }
a { background-color: rgb(88,116,79); }
div.DivClassName
{
background-color: #58744F;
}
.BgClassName
{
background-color: #58744F;
}
</style>
border-color css
<style>
span { border-color: #58744F; }
span { border-color: rgb(88,116,79); }
td.TdClassName
{
border-color: #58744F;
}
.TagClassName
{
border-color: #58744F;
}
</style>