Shades of Hippie Green #588B5D
Tints of Hippie Green #588B5D
RGB
CMYK
RGB Variations
Color information
#588B5D (or 0x588B5D) is known color: Hippie Green. HEX triplet: 58, 8B and 5D. RGB value is (88,139,93). Sum of RGB (Red+Green+Blue) = 88+139+93=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #588B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588B5D is #A774A2. Grayscale: #767676. Windows color (decimal): -10974371 or 6130520. OLE color: 6130520.
HSL color Cylindrical-coordinate representation of color #588B5D: hue angle of 125.88º 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 #588B5D is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 139 | 93 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.45 |
| HSL | 125.88º | 0.22% | 0.45% | - |
| HSV(B) | 125.88º | 0.37% | 0.55% | - |
| XYZ | 15.23 | 21.33 | 13.67 | - |
| YUV | 118.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 93 | 0.37 | 0 | 0.33 | 0.45 | 125.88 | 0.22 | 0.45 |
| Hex | 58 | 8B | 5D | 25 | 0 | 21 | 2D | 7E | 16 | 2D |
| Octal | 130 | 213 | 135 | 45 | 0 | 41 | 55 | 176 | 26 | 55 |
| Binary | 1011000 | 10001011 | 1011101 | 100101 | 0 | 100001 | 101101 | 1111110 | 10110 | 101101 |
Color Harmonies of #588B5D
Complementary color
Monochromatic Colors of #588B5D
Black with #588B5D
Text Example
Text Example
White with #588B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588B5D; }
p { color: rgb(88,139,93); }
H1.HeaderClassName
{
color: #588B5D;
}
.AnyTagClassName
{
color: #588B5D;
}
</style>
background-color css
<style>
a { background-color: #588B5D; }
a { background-color: rgb(88,139,93); }
div.DivClassName
{
background-color: #588B5D;
}
.BgClassName
{
background-color: #588B5D;
}
</style>
border-color css
<style>
span { border-color: #588B5D; }
span { border-color: rgb(88,139,93); }
td.TdClassName
{
border-color: #588B5D;
}
.TagClassName
{
border-color: #588B5D;
}
</style>