Shades of Hippie Green #59845C
Tints of Hippie Green #59845C
RGB
CMYK
RGB Variations
Color information
#59845C (or 0x59845C) is known color: Hippie Green. HEX triplet: 59, 84 and 5C. RGB value is (89,132,92). Sum of RGB (Red+Green+Blue) = 89+132+92=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #59845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59845C is #A67BA3. Grayscale: #727272. Windows color (decimal): -10910628 or 6063193. OLE color: 6063193.
HSL color Cylindrical-coordinate representation of color #59845C: hue angle of 124.19º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #59845C is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 132 | 92 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.48 |
| HSL | 124.19º | 0.19% | 0.43% | - |
| HSV(B) | 124.19º | 0.33% | 0.52% | - |
| XYZ | 14.3 | 19.4 | 13.12 | - |
| YUV | 114.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 132 | 92 | 0.33 | 0 | 0.30 | 0.48 | 124.19 | 0.19 | 0.43 |
| Hex | 59 | 84 | 5C | 21 | 0 | 1E | 30 | 7C | 13 | 2B |
| Octal | 131 | 204 | 134 | 41 | 0 | 36 | 60 | 174 | 23 | 53 |
| Binary | 1011001 | 10000100 | 1011100 | 100001 | 0 | 11110 | 110000 | 1111100 | 10011 | 101011 |
Color Harmonies of #59845C
Complementary color
Monochromatic Colors of #59845C
Black with #59845C
Text Example
Text Example
White with #59845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59845C; }
p { color: rgb(89,132,92); }
H1.HeaderClassName
{
color: #59845C;
}
.AnyTagClassName
{
color: #59845C;
}
</style>
background-color css
<style>
a { background-color: #59845C; }
a { background-color: rgb(89,132,92); }
div.DivClassName
{
background-color: #59845C;
}
.BgClassName
{
background-color: #59845C;
}
</style>
border-color css
<style>
span { border-color: #59845C; }
span { border-color: rgb(89,132,92); }
td.TdClassName
{
border-color: #59845C;
}
.TagClassName
{
border-color: #59845C;
}
</style>