Shades of Hippie Green #588A5E
Tints of Hippie Green #588A5E
RGB
CMYK
RGB Variations
Color information
#588A5E (or 0x588A5E) is known color: Hippie Green. HEX triplet: 58, 8A and 5E. RGB value is (88,138,94). Sum of RGB (Red+Green+Blue) = 88+138+94=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 138 - color contains mainly: green. Hex color #588A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588A5E is #A775A1. Grayscale: #767676. Windows color (decimal): -10974626 or 6195800. OLE color: 6195800.
HSL color Cylindrical-coordinate representation of color #588A5E: hue angle of 127.2º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #588A5E is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 138 | 94 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.46 |
| HSL | 127.2º | 0.22% | 0.44% | - |
| HSV(B) | 127.2º | 0.36% | 0.54% | - |
| XYZ | 15.13 | 21.06 | 13.86 | - |
| YUV | 118.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 138 | 94 | 0.36 | 0 | 0.32 | 0.46 | 127.2 | 0.22 | 0.44 |
| Hex | 58 | 8A | 5E | 24 | 0 | 20 | 2E | 7F | 16 | 2C |
| Octal | 130 | 212 | 136 | 44 | 0 | 40 | 56 | 177 | 26 | 54 |
| Binary | 1011000 | 10001010 | 1011110 | 100100 | 0 | 100000 | 101110 | 1111111 | 10110 | 101100 |
Color Harmonies of #588A5E
Complementary color
Monochromatic Colors of #588A5E
Black with #588A5E
Text Example
Text Example
White with #588A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588A5E; }
p { color: rgb(88,138,94); }
H1.HeaderClassName
{
color: #588A5E;
}
.AnyTagClassName
{
color: #588A5E;
}
</style>
background-color css
<style>
a { background-color: #588A5E; }
a { background-color: rgb(88,138,94); }
div.DivClassName
{
background-color: #588A5E;
}
.BgClassName
{
background-color: #588A5E;
}
</style>
border-color css
<style>
span { border-color: #588A5E; }
span { border-color: rgb(88,138,94); }
td.TdClassName
{
border-color: #588A5E;
}
.TagClassName
{
border-color: #588A5E;
}
</style>