Shades of Hippie Green #589355
Tints of Hippie Green #589355
RGB
CMYK
RGB Variations
Color information
#589355 (or 0x589355) is known color: Hippie Green. HEX triplet: 58, 93 and 55. RGB value is (88,147,85). Sum of RGB (Red+Green+Blue) = 88+147+85=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #589355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589355 is #A76CAA. Grayscale: #7A7A7A. Windows color (decimal): -10972331 or 5608280. OLE color: 5608280.
HSL color Cylindrical-coordinate representation of color #589355: hue angle of 117.1º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589355 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 147 | 85 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.42 |
| HSL | 117.1º | 0.27% | 0.45% | - |
| HSV(B) | 117.1º | 0.42% | 0.58% | - |
| XYZ | 16.1 | 23.6 | 12.3 | - |
| YUV | 122.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 147 | 85 | 0.40 | 0 | 0.42 | 0.42 | 117.1 | 0.27 | 0.45 |
| Hex | 58 | 93 | 55 | 28 | 0 | 2A | 2A | 75 | 1B | 2D |
| Octal | 130 | 223 | 125 | 50 | 0 | 52 | 52 | 165 | 33 | 55 |
| Binary | 1011000 | 10010011 | 1010101 | 101000 | 0 | 101010 | 101010 | 1110101 | 11011 | 101101 |
Color Harmonies of #589355
Complementary color
Monochromatic Colors of #589355
Black with #589355
Text Example
Text Example
White with #589355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589355; }
p { color: rgb(88,147,85); }
H1.HeaderClassName
{
color: #589355;
}
.AnyTagClassName
{
color: #589355;
}
</style>
background-color css
<style>
a { background-color: #589355; }
a { background-color: rgb(88,147,85); }
div.DivClassName
{
background-color: #589355;
}
.BgClassName
{
background-color: #589355;
}
</style>
border-color css
<style>
span { border-color: #589355; }
span { border-color: rgb(88,147,85); }
td.TdClassName
{
border-color: #589355;
}
.TagClassName
{
border-color: #589355;
}
</style>