Shades of Hippie Green #58924F
Tints of Hippie Green #58924F
RGB
CMYK
RGB Variations
Color information
#58924F (or 0x58924F) is known color: Hippie Green. HEX triplet: 58, 92 and 4F. RGB value is (88,146,79). Sum of RGB (Red+Green+Blue) = 88+146+79=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #58924F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58924F is #A76DB0. Grayscale: #797979. Windows color (decimal): -10972593 or 5214808. OLE color: 5214808.
HSL color Cylindrical-coordinate representation of color #58924F: hue angle of 111.94º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58924F is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 146 | 79 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.43 |
| HSL | 111.94º | 0.3% | 0.44% | - |
| HSV(B) | 111.94º | 0.46% | 0.57% | - |
| XYZ | 15.71 | 23.2 | 11.05 | - |
| YUV | 121.02 | 104.28 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 79 | 0.40 | 0 | 0.46 | 0.43 | 111.94 | 0.3 | 0.44 |
| Hex | 58 | 92 | 4F | 28 | 0 | 2E | 2B | 70 | 1E | 2C |
| Octal | 130 | 222 | 117 | 50 | 0 | 56 | 53 | 160 | 36 | 54 |
| Binary | 1011000 | 10010010 | 1001111 | 101000 | 0 | 101110 | 101011 | 1110000 | 11110 | 101100 |
Color Harmonies of #58924F
Complementary color
Monochromatic Colors of #58924F
Black with #58924F
Text Example
Text Example
White with #58924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58924F; }
p { color: rgb(88,146,79); }
H1.HeaderClassName
{
color: #58924F;
}
.AnyTagClassName
{
color: #58924F;
}
</style>
background-color css
<style>
a { background-color: #58924F; }
a { background-color: rgb(88,146,79); }
div.DivClassName
{
background-color: #58924F;
}
.BgClassName
{
background-color: #58924F;
}
</style>
border-color css
<style>
span { border-color: #58924F; }
span { border-color: rgb(88,146,79); }
td.TdClassName
{
border-color: #58924F;
}
.TagClassName
{
border-color: #58924F;
}
</style>