Shades of Hippie Green #599852
Tints of Hippie Green #599852
RGB
CMYK
RGB Variations
Color information
#599852 (or 0x599852) is known color: Hippie Green. HEX triplet: 59, 98 and 52. RGB value is (89,152,82). Sum of RGB (Red+Green+Blue) = 89+152+82=323 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.55% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #599852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599852 is #A667AD. Grayscale: #7D7D7D. Windows color (decimal): -10905518 or 5412953. OLE color: 5412953.
HSL color Cylindrical-coordinate representation of color #599852: hue angle of 114º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #599852 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 89 | 152 | 82 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.40 |
| HSL | 114º | 0.3% | 0.46% | - |
| HSV(B) | 114º | 0.46% | 0.6% | - |
| XYZ | 16.87 | 25.19 | 11.96 | - |
| YUV | 125.18 | 103.63 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 152 | 82 | 0.41 | 0 | 0.46 | 0.40 | 114 | 0.3 | 0.46 |
| Hex | 59 | 98 | 52 | 29 | 0 | 2E | 28 | 72 | 1E | 2E |
| Octal | 131 | 230 | 122 | 51 | 0 | 56 | 50 | 162 | 36 | 56 |
| Binary | 1011001 | 10011000 | 1010010 | 101001 | 0 | 101110 | 101000 | 1110010 | 11110 | 101110 |
Color Harmonies of #599852
Complementary color
Monochromatic Colors of #599852
Black with #599852
Text Example
Text Example
White with #599852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599852; }
p { color: rgb(89,152,82); }
H1.HeaderClassName
{
color: #599852;
}
.AnyTagClassName
{
color: #599852;
}
</style>
background-color css
<style>
a { background-color: #599852; }
a { background-color: rgb(89,152,82); }
div.DivClassName
{
background-color: #599852;
}
.BgClassName
{
background-color: #599852;
}
</style>
border-color css
<style>
span { border-color: #599852; }
span { border-color: rgb(89,152,82); }
td.TdClassName
{
border-color: #599852;
}
.TagClassName
{
border-color: #599852;
}
</style>