Shades of Hippie Green #598F52
Tints of Hippie Green #598F52
RGB
CMYK
RGB Variations
Color information
#598F52 (or 0x598F52) is known color: Hippie Green. HEX triplet: 59, 8F and 52. RGB value is (89,143,82). Sum of RGB (Red+Green+Blue) = 89+143+82=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #598F52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598F52 is #A670AD. Grayscale: #787878. Windows color (decimal): -10907822 or 5410649. OLE color: 5410649.
HSL color Cylindrical-coordinate representation of color #598F52: hue angle of 113.11º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #598F52 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 143 | 82 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.44 |
| HSL | 113.11º | 0.27% | 0.44% | - |
| HSV(B) | 113.11º | 0.43% | 0.56% | - |
| XYZ | 15.47 | 22.38 | 11.49 | - |
| YUV | 119.9 | 106.61 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 82 | 0.38 | 0 | 0.43 | 0.44 | 113.11 | 0.27 | 0.44 |
| Hex | 59 | 8F | 52 | 26 | 0 | 2B | 2C | 71 | 1B | 2C |
| Octal | 131 | 217 | 122 | 46 | 0 | 53 | 54 | 161 | 33 | 54 |
| Binary | 1011001 | 10001111 | 1010010 | 100110 | 0 | 101011 | 101100 | 1110001 | 11011 | 101100 |
Color Harmonies of #598F52
Complementary color
Monochromatic Colors of #598F52
Black with #598F52
Text Example
Text Example
White with #598F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598F52; }
p { color: rgb(89,143,82); }
H1.HeaderClassName
{
color: #598F52;
}
.AnyTagClassName
{
color: #598F52;
}
</style>
background-color css
<style>
a { background-color: #598F52; }
a { background-color: rgb(89,143,82); }
div.DivClassName
{
background-color: #598F52;
}
.BgClassName
{
background-color: #598F52;
}
</style>
border-color css
<style>
span { border-color: #598F52; }
span { border-color: rgb(89,143,82); }
td.TdClassName
{
border-color: #598F52;
}
.TagClassName
{
border-color: #598F52;
}
</style>