Shades of Hippie Green #589052
Tints of Hippie Green #589052
RGB
CMYK
RGB Variations
Color information
#589052 (or 0x589052) is known color: Hippie Green. HEX triplet: 58, 90 and 52. RGB value is (88,144,82). Sum of RGB (Red+Green+Blue) = 88+144+82=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #589052 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589052 is #A76FAD. Grayscale: #787878. Windows color (decimal): -10973102 or 5410904. OLE color: 5410904.
HSL color Cylindrical-coordinate representation of color #589052: hue angle of 114.19º 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 #589052 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 144 | 82 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.44 |
| HSL | 114.19º | 0.27% | 0.44% | - |
| HSV(B) | 114.19º | 0.43% | 0.56% | - |
| XYZ | 15.52 | 22.63 | 11.53 | - |
| YUV | 120.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 82 | 0.39 | 0 | 0.43 | 0.44 | 114.19 | 0.27 | 0.44 |
| Hex | 58 | 90 | 52 | 27 | 0 | 2B | 2C | 72 | 1B | 2C |
| Octal | 130 | 220 | 122 | 47 | 0 | 53 | 54 | 162 | 33 | 54 |
| Binary | 1011000 | 10010000 | 1010010 | 100111 | 0 | 101011 | 101100 | 1110010 | 11011 | 101100 |
Color Harmonies of #589052
Complementary color
Monochromatic Colors of #589052
Black with #589052
Text Example
Text Example
White with #589052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589052; }
p { color: rgb(88,144,82); }
H1.HeaderClassName
{
color: #589052;
}
.AnyTagClassName
{
color: #589052;
}
</style>
background-color css
<style>
a { background-color: #589052; }
a { background-color: rgb(88,144,82); }
div.DivClassName
{
background-color: #589052;
}
.BgClassName
{
background-color: #589052;
}
</style>
border-color css
<style>
span { border-color: #589052; }
span { border-color: rgb(88,144,82); }
td.TdClassName
{
border-color: #589052;
}
.TagClassName
{
border-color: #589052;
}
</style>