Shades of Hippie Green #598A50
Tints of Hippie Green #598A50
RGB
CMYK
RGB Variations
Color information
#598A50 (or 0x598A50) is known color: Hippie Green. HEX triplet: 59, 8A and 50. RGB value is (89,138,80). Sum of RGB (Red+Green+Blue) = 89+138+80=307 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.99% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #598A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #598A50 is #A675AF. Grayscale: #747474. Windows color (decimal): -10909104 or 5278297. OLE color: 5278297.
HSL color Cylindrical-coordinate representation of color #598A50: hue angle of 110.69º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #598A50 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 89 | 138 | 80 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.46 |
| HSL | 110.69º | 0.27% | 0.43% | - |
| HSV(B) | 110.69º | 0.42% | 0.54% | - |
| XYZ | 14.66 | 20.88 | 10.85 | - |
| YUV | 116.74 | 107.27 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 138 | 80 | 0.36 | 0 | 0.42 | 0.46 | 110.69 | 0.27 | 0.43 |
| Hex | 59 | 8A | 50 | 24 | 0 | 2A | 2E | 6F | 1B | 2B |
| Octal | 131 | 212 | 120 | 44 | 0 | 52 | 56 | 157 | 33 | 53 |
| Binary | 1011001 | 10001010 | 1010000 | 100100 | 0 | 101010 | 101110 | 1101111 | 11011 | 101011 |
Color Harmonies of #598A50
Complementary color
Monochromatic Colors of #598A50
Black with #598A50
Text Example
Text Example
White with #598A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598A50; }
p { color: rgb(89,138,80); }
H1.HeaderClassName
{
color: #598A50;
}
.AnyTagClassName
{
color: #598A50;
}
</style>
background-color css
<style>
a { background-color: #598A50; }
a { background-color: rgb(89,138,80); }
div.DivClassName
{
background-color: #598A50;
}
.BgClassName
{
background-color: #598A50;
}
</style>
border-color css
<style>
span { border-color: #598A50; }
span { border-color: rgb(89,138,80); }
td.TdClassName
{
border-color: #598A50;
}
.TagClassName
{
border-color: #598A50;
}
</style>