Shades of Hippie Green #58994C
Tints of Hippie Green #58994C
RGB
CMYK
RGB Variations
Color information
#58994C (or 0x58994C) is known color: Hippie Green. HEX triplet: 58, 99 and 4C. RGB value is (88,153,76). Sum of RGB (Red+Green+Blue) = 88+153+76=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #58994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58994C is #A766B3. Grayscale: #7D7D7D. Windows color (decimal): -10970804 or 5019992. OLE color: 5019992.
HSL color Cylindrical-coordinate representation of color #58994C: hue angle of 110.65º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58994C is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 153 | 76 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.4 |
| HSL | 110.65º | 0.34% | 0.45% | - |
| HSV(B) | 110.65º | 0.5% | 0.6% | - |
| XYZ | 16.72 | 25.38 | 10.85 | - |
| YUV | 124.79 | 100.47 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 153 | 76 | 0.42 | 0 | 0.50 | 0.4 | 110.65 | 0.34 | 0.45 |
| Hex | 58 | 99 | 4C | 2A | 0 | 32 | 28 | 6F | 22 | 2D |
| Octal | 130 | 231 | 114 | 52 | 0 | 62 | 50 | 157 | 42 | 55 |
| Binary | 1011000 | 10011001 | 1001100 | 101010 | 0 | 110010 | 101000 | 1101111 | 100010 | 101101 |
Color Harmonies of #58994C
Complementary color
Monochromatic Colors of #58994C
Black with #58994C
Text Example
Text Example
White with #58994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58994C; }
p { color: rgb(88,153,76); }
H1.HeaderClassName
{
color: #58994C;
}
.AnyTagClassName
{
color: #58994C;
}
</style>
background-color css
<style>
a { background-color: #58994C; }
a { background-color: rgb(88,153,76); }
div.DivClassName
{
background-color: #58994C;
}
.BgClassName
{
background-color: #58994C;
}
</style>
border-color css
<style>
span { border-color: #58994C; }
span { border-color: rgb(88,153,76); }
td.TdClassName
{
border-color: #58994C;
}
.TagClassName
{
border-color: #58994C;
}
</style>