Shades of Hippie Green #588355
Tints of Hippie Green #588355
RGB
CMYK
RGB Variations
Color information
#588355 (or 0x588355) is known color: Hippie Green. HEX triplet: 58, 83 and 55. RGB value is (88,131,85). Sum of RGB (Red+Green+Blue) = 88+131+85=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #588355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588355 is #A77CAA. Grayscale: #717171. Windows color (decimal): -10976427 or 5604184. OLE color: 5604184.
HSL color Cylindrical-coordinate representation of color #588355: hue angle of 116.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #588355 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 131 | 85 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.49 |
| HSL | 116.09º | 0.21% | 0.42% | - |
| HSV(B) | 116.09º | 0.35% | 0.51% | - |
| XYZ | 13.78 | 18.96 | 11.53 | - |
| YUV | 112.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 131 | 85 | 0.33 | 0 | 0.35 | 0.49 | 116.09 | 0.21 | 0.42 |
| Hex | 58 | 83 | 55 | 21 | 0 | 23 | 31 | 74 | 15 | 2A |
| Octal | 130 | 203 | 125 | 41 | 0 | 43 | 61 | 164 | 25 | 52 |
| Binary | 1011000 | 10000011 | 1010101 | 100001 | 0 | 100011 | 110001 | 1110100 | 10101 | 101010 |
Color Harmonies of #588355
Complementary color
Monochromatic Colors of #588355
Black with #588355
Text Example
Text Example
White with #588355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588355; }
p { color: rgb(88,131,85); }
H1.HeaderClassName
{
color: #588355;
}
.AnyTagClassName
{
color: #588355;
}
</style>
background-color css
<style>
a { background-color: #588355; }
a { background-color: rgb(88,131,85); }
div.DivClassName
{
background-color: #588355;
}
.BgClassName
{
background-color: #588355;
}
</style>
border-color css
<style>
span { border-color: #588355; }
span { border-color: rgb(88,131,85); }
td.TdClassName
{
border-color: #588355;
}
.TagClassName
{
border-color: #588355;
}
</style>