Shades of Hippie Green #599952
Tints of Hippie Green #599952
RGB
CMYK
RGB Variations
Color information
#599952 (or 0x599952) is known color: Hippie Green. HEX triplet: 59, 99 and 52. RGB value is (89,153,82). Sum of RGB (Red+Green+Blue) = 89+153+82=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #599952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599952 is #A666AD. Grayscale: #7D7D7D. Windows color (decimal): -10905262 or 5413209. OLE color: 5413209.
HSL color Cylindrical-coordinate representation of color #599952: hue angle of 114.08º 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 #599952 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 153 | 82 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.4 |
| HSL | 114.08º | 0.3% | 0.46% | - |
| HSV(B) | 114.08º | 0.46% | 0.6% | - |
| XYZ | 17.03 | 25.52 | 12.01 | - |
| YUV | 125.77 | 103.3 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 153 | 82 | 0.42 | 0 | 0.46 | 0.4 | 114.08 | 0.3 | 0.46 |
| Hex | 59 | 99 | 52 | 2A | 0 | 2E | 28 | 72 | 1E | 2E |
| Octal | 131 | 231 | 122 | 52 | 0 | 56 | 50 | 162 | 36 | 56 |
| Binary | 1011001 | 10011001 | 1010010 | 101010 | 0 | 101110 | 101000 | 1110010 | 11110 | 101110 |
Color Harmonies of #599952
Complementary color
Monochromatic Colors of #599952
Black with #599952
Text Example
Text Example
White with #599952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599952; }
p { color: rgb(89,153,82); }
H1.HeaderClassName
{
color: #599952;
}
.AnyTagClassName
{
color: #599952;
}
</style>
background-color css
<style>
a { background-color: #599952; }
a { background-color: rgb(89,153,82); }
div.DivClassName
{
background-color: #599952;
}
.BgClassName
{
background-color: #599952;
}
</style>
border-color css
<style>
span { border-color: #599952; }
span { border-color: rgb(89,153,82); }
td.TdClassName
{
border-color: #599952;
}
.TagClassName
{
border-color: #599952;
}
</style>