Shades of Hippie Green #58944D
Tints of Hippie Green #58944D
RGB
CMYK
RGB Variations
Color information
#58944D (or 0x58944D) is known color: Hippie Green. HEX triplet: 58, 94 and 4D. RGB value is (88,148,77). Sum of RGB (Red+Green+Blue) = 88+148+77=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #58944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58944D is #A76BB2. Grayscale: #7A7A7A. Windows color (decimal): -10972083 or 5084248. OLE color: 5084248.
HSL color Cylindrical-coordinate representation of color #58944D: hue angle of 110.7º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58944D is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 148 | 77 | - |
| CMYK | 0.41 | 0 | 0.48 | 0.42 |
| HSL | 110.7º | 0.32% | 0.44% | - |
| HSV(B) | 110.7º | 0.48% | 0.58% | - |
| XYZ | 15.95 | 23.79 | 10.77 | - |
| YUV | 121.97 | 102.62 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 148 | 77 | 0.41 | 0 | 0.48 | 0.42 | 110.7 | 0.32 | 0.44 |
| Hex | 58 | 94 | 4D | 29 | 0 | 30 | 2A | 6F | 20 | 2C |
| Octal | 130 | 224 | 115 | 51 | 0 | 60 | 52 | 157 | 40 | 54 |
| Binary | 1011000 | 10010100 | 1001101 | 101001 | 0 | 110000 | 101010 | 1101111 | 100000 | 101100 |
Color Harmonies of #58944D
Complementary color
Monochromatic Colors of #58944D
Black with #58944D
Text Example
Text Example
White with #58944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58944D; }
p { color: rgb(88,148,77); }
H1.HeaderClassName
{
color: #58944D;
}
.AnyTagClassName
{
color: #58944D;
}
</style>
background-color css
<style>
a { background-color: #58944D; }
a { background-color: rgb(88,148,77); }
div.DivClassName
{
background-color: #58944D;
}
.BgClassName
{
background-color: #58944D;
}
</style>
border-color css
<style>
span { border-color: #58944D; }
span { border-color: rgb(88,148,77); }
td.TdClassName
{
border-color: #58944D;
}
.TagClassName
{
border-color: #58944D;
}
</style>