Shades of Hippie Green #588256
Tints of Hippie Green #588256
RGB
CMYK
RGB Variations
Color information
#588256 (or 0x588256) is known color: Hippie Green. HEX triplet: 58, 82 and 56. RGB value is (88,130,86). Sum of RGB (Red+Green+Blue) = 88+130+86=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #588256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588256 is #A77DA9. Grayscale: #707070. Windows color (decimal): -10976682 or 5669464. OLE color: 5669464.
HSL color Cylindrical-coordinate representation of color #588256: hue angle of 117.27º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #588256 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 130 | 86 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.49 |
| HSL | 117.27º | 0.2% | 0.42% | - |
| HSV(B) | 117.27º | 0.34% | 0.51% | - |
| XYZ | 13.69 | 18.71 | 11.69 | - |
| YUV | 112.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 86 | 0.32 | 0 | 0.34 | 0.49 | 117.27 | 0.2 | 0.42 |
| Hex | 58 | 82 | 56 | 20 | 0 | 22 | 31 | 75 | 14 | 2A |
| Octal | 130 | 202 | 126 | 40 | 0 | 42 | 61 | 165 | 24 | 52 |
| Binary | 1011000 | 10000010 | 1010110 | 100000 | 0 | 100010 | 110001 | 1110101 | 10100 | 101010 |
Color Harmonies of #588256
Complementary color
Monochromatic Colors of #588256
Black with #588256
Text Example
Text Example
White with #588256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588256; }
p { color: rgb(88,130,86); }
H1.HeaderClassName
{
color: #588256;
}
.AnyTagClassName
{
color: #588256;
}
</style>
background-color css
<style>
a { background-color: #588256; }
a { background-color: rgb(88,130,86); }
div.DivClassName
{
background-color: #588256;
}
.BgClassName
{
background-color: #588256;
}
</style>
border-color css
<style>
span { border-color: #588256; }
span { border-color: rgb(88,130,86); }
td.TdClassName
{
border-color: #588256;
}
.TagClassName
{
border-color: #588256;
}
</style>