Shades of Hippie Green #599353
Tints of Hippie Green #599353
RGB
CMYK
RGB Variations
Color information
#599353 (or 0x599353) is known color: Hippie Green. HEX triplet: 59, 93 and 53. RGB value is (89,147,83). Sum of RGB (Red+Green+Blue) = 89+147+83=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #599353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599353 is #A66CAC. Grayscale: #7A7A7A. Windows color (decimal): -10906797 or 5477209. OLE color: 5477209.
HSL color Cylindrical-coordinate representation of color #599353: hue angle of 114.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #599353 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 147 | 83 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.42 |
| HSL | 114.38º | 0.28% | 0.45% | - |
| HSV(B) | 114.38º | 0.44% | 0.58% | - |
| XYZ | 16.11 | 23.62 | 11.89 | - |
| YUV | 122.36 | 105.78 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 83 | 0.39 | 0 | 0.44 | 0.42 | 114.38 | 0.28 | 0.45 |
| Hex | 59 | 93 | 53 | 27 | 0 | 2C | 2A | 72 | 1C | 2D |
| Octal | 131 | 223 | 123 | 47 | 0 | 54 | 52 | 162 | 34 | 55 |
| Binary | 1011001 | 10010011 | 1010011 | 100111 | 0 | 101100 | 101010 | 1110010 | 11100 | 101101 |
Color Harmonies of #599353
Complementary color
Monochromatic Colors of #599353
Black with #599353
Text Example
Text Example
White with #599353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599353; }
p { color: rgb(89,147,83); }
H1.HeaderClassName
{
color: #599353;
}
.AnyTagClassName
{
color: #599353;
}
</style>
background-color css
<style>
a { background-color: #599353; }
a { background-color: rgb(89,147,83); }
div.DivClassName
{
background-color: #599353;
}
.BgClassName
{
background-color: #599353;
}
</style>
border-color css
<style>
span { border-color: #599353; }
span { border-color: rgb(89,147,83); }
td.TdClassName
{
border-color: #599353;
}
.TagClassName
{
border-color: #599353;
}
</style>