Shades of Hippie Green #589050
Tints of Hippie Green #589050
RGB
CMYK
RGB Variations
Color information
#589050 (or 0x589050) is known color: Hippie Green. HEX triplet: 58, 90 and 50. RGB value is (88,144,80). Sum of RGB (Red+Green+Blue) = 88+144+80=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 144 - color contains mainly: green. Hex color #589050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589050 is #A76FAF. Grayscale: #787878. Windows color (decimal): -10973104 or 5279832. OLE color: 5279832.
HSL color Cylindrical-coordinate representation of color #589050: hue angle of 112.5º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #589050 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 144 | 80 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.44 |
| HSL | 112.5º | 0.29% | 0.44% | - |
| HSV(B) | 112.5º | 0.44% | 0.56% | - |
| XYZ | 15.45 | 22.6 | 11.14 | - |
| YUV | 119.96 | 105.45 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 80 | 0.39 | 0 | 0.44 | 0.44 | 112.5 | 0.29 | 0.44 |
| Hex | 58 | 90 | 50 | 27 | 0 | 2C | 2C | 70 | 1D | 2C |
| Octal | 130 | 220 | 120 | 47 | 0 | 54 | 54 | 160 | 35 | 54 |
| Binary | 1011000 | 10010000 | 1010000 | 100111 | 0 | 101100 | 101100 | 1110000 | 11101 | 101100 |
Color Harmonies of #589050
Complementary color
Monochromatic Colors of #589050
Black with #589050
Text Example
Text Example
White with #589050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589050; }
p { color: rgb(88,144,80); }
H1.HeaderClassName
{
color: #589050;
}
.AnyTagClassName
{
color: #589050;
}
</style>
background-color css
<style>
a { background-color: #589050; }
a { background-color: rgb(88,144,80); }
div.DivClassName
{
background-color: #589050;
}
.BgClassName
{
background-color: #589050;
}
</style>
border-color css
<style>
span { border-color: #589050; }
span { border-color: rgb(88,144,80); }
td.TdClassName
{
border-color: #589050;
}
.TagClassName
{
border-color: #589050;
}
</style>