Shades of Hippie Green #599550
Tints of Hippie Green #599550
RGB
CMYK
RGB Variations
Color information
#599550 (or 0x599550) is known color: Hippie Green. HEX triplet: 59, 95 and 50. RGB value is (89,149,80). Sum of RGB (Red+Green+Blue) = 89+149+80=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #599550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599550 is #A66AAF. Grayscale: #7B7B7B. Windows color (decimal): -10906288 or 5281113. OLE color: 5281113.
HSL color Cylindrical-coordinate representation of color #599550: hue angle of 112.17º 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 #599550 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 149 | 80 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.42 |
| HSL | 112.17º | 0.3% | 0.45% | - |
| HSV(B) | 112.17º | 0.46% | 0.58% | - |
| XYZ | 16.32 | 24.2 | 11.4 | - |
| YUV | 123.19 | 103.62 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 80 | 0.40 | 0 | 0.46 | 0.42 | 112.17 | 0.3 | 0.45 |
| Hex | 59 | 95 | 50 | 28 | 0 | 2E | 2A | 70 | 1E | 2D |
| Octal | 131 | 225 | 120 | 50 | 0 | 56 | 52 | 160 | 36 | 55 |
| Binary | 1011001 | 10010101 | 1010000 | 101000 | 0 | 101110 | 101010 | 1110000 | 11110 | 101101 |
Color Harmonies of #599550
Complementary color
Monochromatic Colors of #599550
Black with #599550
Text Example
Text Example
White with #599550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599550; }
p { color: rgb(89,149,80); }
H1.HeaderClassName
{
color: #599550;
}
.AnyTagClassName
{
color: #599550;
}
</style>
background-color css
<style>
a { background-color: #599550; }
a { background-color: rgb(89,149,80); }
div.DivClassName
{
background-color: #599550;
}
.BgClassName
{
background-color: #599550;
}
</style>
border-color css
<style>
span { border-color: #599550; }
span { border-color: rgb(89,149,80); }
td.TdClassName
{
border-color: #599550;
}
.TagClassName
{
border-color: #599550;
}
</style>