Shades of Hippie Green #589350
Tints of Hippie Green #589350
RGB
CMYK
RGB Variations
Color information
#589350 (or 0x589350) is known color: Hippie Green. HEX triplet: 58, 93 and 50. RGB value is (88,147,80). Sum of RGB (Red+Green+Blue) = 88+147+80=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #589350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589350 is #A76CAF. Grayscale: #797979. Windows color (decimal): -10972336 or 5280600. OLE color: 5280600.
HSL color Cylindrical-coordinate representation of color #589350: hue angle of 112.84º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #589350 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 147 | 80 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.42 |
| HSL | 112.84º | 0.3% | 0.45% | - |
| HSV(B) | 112.84º | 0.46% | 0.58% | - |
| XYZ | 15.91 | 23.52 | 11.29 | - |
| YUV | 121.72 | 104.45 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 147 | 80 | 0.40 | 0 | 0.46 | 0.42 | 112.84 | 0.3 | 0.45 |
| Hex | 58 | 93 | 50 | 28 | 0 | 2E | 2A | 71 | 1E | 2D |
| Octal | 130 | 223 | 120 | 50 | 0 | 56 | 52 | 161 | 36 | 55 |
| Binary | 1011000 | 10010011 | 1010000 | 101000 | 0 | 101110 | 101010 | 1110001 | 11110 | 101101 |
Color Harmonies of #589350
Complementary color
Monochromatic Colors of #589350
Black with #589350
Text Example
Text Example
White with #589350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589350; }
p { color: rgb(88,147,80); }
H1.HeaderClassName
{
color: #589350;
}
.AnyTagClassName
{
color: #589350;
}
</style>
background-color css
<style>
a { background-color: #589350; }
a { background-color: rgb(88,147,80); }
div.DivClassName
{
background-color: #589350;
}
.BgClassName
{
background-color: #589350;
}
</style>
border-color css
<style>
span { border-color: #589350; }
span { border-color: rgb(88,147,80); }
td.TdClassName
{
border-color: #589350;
}
.TagClassName
{
border-color: #589350;
}
</style>