Shades of Hippie Green #588B5F
Tints of Hippie Green #588B5F
RGB
CMYK
RGB Variations
Color information
#588B5F (or 0x588B5F) is known color: Hippie Green. HEX triplet: 58, 8B and 5F. RGB value is (88,139,95). Sum of RGB (Red+Green+Blue) = 88+139+95=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #588B5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588B5F is #A774A0. Grayscale: #767676. Windows color (decimal): -10974369 or 6261592. OLE color: 6261592.
HSL color Cylindrical-coordinate representation of color #588B5F: hue angle of 128.24º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #588B5F is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 139 | 95 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.45 |
| HSL | 128.24º | 0.22% | 0.45% | - |
| HSV(B) | 128.24º | 0.37% | 0.55% | - |
| XYZ | 15.32 | 21.37 | 14.14 | - |
| YUV | 118.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 95 | 0.37 | 0 | 0.32 | 0.45 | 128.24 | 0.22 | 0.45 |
| Hex | 58 | 8B | 5F | 25 | 0 | 20 | 2D | 80 | 16 | 2D |
| Octal | 130 | 213 | 137 | 45 | 0 | 40 | 55 | 200 | 26 | 55 |
| Binary | 1011000 | 10001011 | 1011111 | 100101 | 0 | 100000 | 101101 | 10000000 | 10110 | 101101 |
Color Harmonies of #588B5F
Complementary color
Monochromatic Colors of #588B5F
Black with #588B5F
Text Example
Text Example
White with #588B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588B5F; }
p { color: rgb(88,139,95); }
H1.HeaderClassName
{
color: #588B5F;
}
.AnyTagClassName
{
color: #588B5F;
}
</style>
background-color css
<style>
a { background-color: #588B5F; }
a { background-color: rgb(88,139,95); }
div.DivClassName
{
background-color: #588B5F;
}
.BgClassName
{
background-color: #588B5F;
}
</style>
border-color css
<style>
span { border-color: #588B5F; }
span { border-color: rgb(88,139,95); }
td.TdClassName
{
border-color: #588B5F;
}
.TagClassName
{
border-color: #588B5F;
}
</style>