Shades of Hippie Green #588D5D
Tints of Hippie Green #588D5D
RGB
CMYK
RGB Variations
Color information
#588D5D (or 0x588D5D) is known color: Hippie Green. HEX triplet: 58, 8D and 5D. RGB value is (88,141,93). Sum of RGB (Red+Green+Blue) = 88+141+93=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #588D5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588D5D is #A772A2. Grayscale: #777777. Windows color (decimal): -10973859 or 6131032. OLE color: 6131032.
HSL color Cylindrical-coordinate representation of color #588D5D: hue angle of 125.66º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588D5D is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 141 | 93 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.45 |
| HSL | 125.66º | 0.23% | 0.45% | - |
| HSV(B) | 125.66º | 0.38% | 0.55% | - |
| XYZ | 15.53 | 21.91 | 13.77 | - |
| YUV | 119.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 141 | 93 | 0.38 | 0 | 0.34 | 0.45 | 125.66 | 0.23 | 0.45 |
| Hex | 58 | 8D | 5D | 26 | 0 | 22 | 2D | 7E | 17 | 2D |
| Octal | 130 | 215 | 135 | 46 | 0 | 42 | 55 | 176 | 27 | 55 |
| Binary | 1011000 | 10001101 | 1011101 | 100110 | 0 | 100010 | 101101 | 1111110 | 10111 | 101101 |
Color Harmonies of #588D5D
Complementary color
Monochromatic Colors of #588D5D
Black with #588D5D
Text Example
Text Example
White with #588D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588D5D; }
p { color: rgb(88,141,93); }
H1.HeaderClassName
{
color: #588D5D;
}
.AnyTagClassName
{
color: #588D5D;
}
</style>
background-color css
<style>
a { background-color: #588D5D; }
a { background-color: rgb(88,141,93); }
div.DivClassName
{
background-color: #588D5D;
}
.BgClassName
{
background-color: #588D5D;
}
</style>
border-color css
<style>
span { border-color: #588D5D; }
span { border-color: rgb(88,141,93); }
td.TdClassName
{
border-color: #588D5D;
}
.TagClassName
{
border-color: #588D5D;
}
</style>