Shades of Hippie Green #589852
Tints of Hippie Green #589852
RGB
CMYK
RGB Variations
Color information
#589852 (or 0x589852) is known color: Hippie Green. HEX triplet: 58, 98 and 52. RGB value is (88,152,82). Sum of RGB (Red+Green+Blue) = 88+152+82=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #589852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589852 is #A767AD. Grayscale: #7D7D7D. Windows color (decimal): -10971054 or 5412952. OLE color: 5412952.
HSL color Cylindrical-coordinate representation of color #589852: hue angle of 114.86º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #589852 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 152 | 82 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.40 |
| HSL | 114.86º | 0.3% | 0.46% | - |
| HSV(B) | 114.86º | 0.46% | 0.6% | - |
| XYZ | 16.78 | 25.14 | 11.95 | - |
| YUV | 124.88 | 103.8 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 82 | 0.42 | 0 | 0.46 | 0.40 | 114.86 | 0.3 | 0.46 |
| Hex | 58 | 98 | 52 | 2A | 0 | 2E | 28 | 73 | 1E | 2E |
| Octal | 130 | 230 | 122 | 52 | 0 | 56 | 50 | 163 | 36 | 56 |
| Binary | 1011000 | 10011000 | 1010010 | 101010 | 0 | 101110 | 101000 | 1110011 | 11110 | 101110 |
Color Harmonies of #589852
Complementary color
Monochromatic Colors of #589852
Black with #589852
Text Example
Text Example
White with #589852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589852; }
p { color: rgb(88,152,82); }
H1.HeaderClassName
{
color: #589852;
}
.AnyTagClassName
{
color: #589852;
}
</style>
background-color css
<style>
a { background-color: #589852; }
a { background-color: rgb(88,152,82); }
div.DivClassName
{
background-color: #589852;
}
.BgClassName
{
background-color: #589852;
}
</style>
border-color css
<style>
span { border-color: #589852; }
span { border-color: rgb(88,152,82); }
td.TdClassName
{
border-color: #589852;
}
.TagClassName
{
border-color: #589852;
}
</style>