Shades of Hippie Green #599549
Tints of Hippie Green #599549
RGB
CMYK
RGB Variations
Color information
#599549 (or 0x599549) is known color: Hippie Green. HEX triplet: 59, 95 and 49. RGB value is (89,149,73). Sum of RGB (Red+Green+Blue) = 89+149+73=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #599549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #599549 is #A66AB6. Grayscale: #7A7A7A. Windows color (decimal): -10906295 or 4822361. OLE color: 4822361.
HSL color Cylindrical-coordinate representation of color #599549: hue angle of 107.37º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #599549 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 149 | 73 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.42 |
| HSL | 107.37º | 0.34% | 0.44% | - |
| HSV(B) | 107.37º | 0.51% | 0.58% | - |
| XYZ | 16.07 | 24.1 | 10.11 | - |
| YUV | 122.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 149 | 73 | 0.40 | 0 | 0.51 | 0.42 | 107.37 | 0.34 | 0.44 |
| Hex | 59 | 95 | 49 | 28 | 0 | 33 | 2A | 6B | 22 | 2C |
| Octal | 131 | 225 | 111 | 50 | 0 | 63 | 52 | 153 | 42 | 54 |
| Binary | 1011001 | 10010101 | 1001001 | 101000 | 0 | 110011 | 101010 | 1101011 | 100010 | 101100 |
Color Harmonies of #599549
Complementary color
Monochromatic Colors of #599549
Black with #599549
Text Example
Text Example
White with #599549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599549; }
p { color: rgb(89,149,73); }
H1.HeaderClassName
{
color: #599549;
}
.AnyTagClassName
{
color: #599549;
}
</style>
background-color css
<style>
a { background-color: #599549; }
a { background-color: rgb(89,149,73); }
div.DivClassName
{
background-color: #599549;
}
.BgClassName
{
background-color: #599549;
}
</style>
border-color css
<style>
span { border-color: #599549; }
span { border-color: rgb(89,149,73); }
td.TdClassName
{
border-color: #599549;
}
.TagClassName
{
border-color: #599549;
}
</style>