Shades of Hippie Green #599250
Tints of Hippie Green #599250
RGB
CMYK
RGB Variations
Color information
#599250 (or 0x599250) is known color: Hippie Green. HEX triplet: 59, 92 and 50. RGB value is (89,146,80). Sum of RGB (Red+Green+Blue) = 89+146+80=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #599250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599250 is #A66DAF. Grayscale: #797979. Windows color (decimal): -10907056 or 5280345. OLE color: 5280345.
HSL color Cylindrical-coordinate representation of color #599250: hue angle of 111.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #599250 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 89 | 146 | 80 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.43 |
| HSL | 111.82º | 0.29% | 0.44% | - |
| HSV(B) | 111.82º | 0.45% | 0.57% | - |
| XYZ | 15.85 | 23.26 | 11.24 | - |
| YUV | 121.43 | 104.62 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 80 | 0.39 | 0 | 0.45 | 0.43 | 111.82 | 0.29 | 0.44 |
| Hex | 59 | 92 | 50 | 27 | 0 | 2D | 2B | 70 | 1D | 2C |
| Octal | 131 | 222 | 120 | 47 | 0 | 55 | 53 | 160 | 35 | 54 |
| Binary | 1011001 | 10010010 | 1010000 | 100111 | 0 | 101101 | 101011 | 1110000 | 11101 | 101100 |
Color Harmonies of #599250
Complementary color
Monochromatic Colors of #599250
Black with #599250
Text Example
Text Example
White with #599250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599250; }
p { color: rgb(89,146,80); }
H1.HeaderClassName
{
color: #599250;
}
.AnyTagClassName
{
color: #599250;
}
</style>
background-color css
<style>
a { background-color: #599250; }
a { background-color: rgb(89,146,80); }
div.DivClassName
{
background-color: #599250;
}
.BgClassName
{
background-color: #599250;
}
</style>
border-color css
<style>
span { border-color: #599250; }
span { border-color: rgb(89,146,80); }
td.TdClassName
{
border-color: #599250;
}
.TagClassName
{
border-color: #599250;
}
</style>