Shades of Hippie Green #588253
Tints of Hippie Green #588253
RGB
CMYK
RGB Variations
Color information
#588253 (or 0x588253) is known color: Hippie Green. HEX triplet: 58, 82 and 53. RGB value is (88,130,83). Sum of RGB (Red+Green+Blue) = 88+130+83=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #588253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #588253 is #A77DAC. Grayscale: #707070. Windows color (decimal): -10976685 or 5472856. OLE color: 5472856.
HSL color Cylindrical-coordinate representation of color #588253: hue angle of 113.62º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #588253 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 130 | 83 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.49 |
| HSL | 113.62º | 0.22% | 0.42% | - |
| HSV(B) | 113.62º | 0.36% | 0.51% | - |
| XYZ | 13.57 | 18.66 | 11.07 | - |
| YUV | 112.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 83 | 0.32 | 0 | 0.36 | 0.49 | 113.62 | 0.22 | 0.42 |
| Hex | 58 | 82 | 53 | 20 | 0 | 24 | 31 | 72 | 16 | 2A |
| Octal | 130 | 202 | 123 | 40 | 0 | 44 | 61 | 162 | 26 | 52 |
| Binary | 1011000 | 10000010 | 1010011 | 100000 | 0 | 100100 | 110001 | 1110010 | 10110 | 101010 |
Color Harmonies of #588253
Complementary color
Monochromatic Colors of #588253
Black with #588253
Text Example
Text Example
White with #588253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588253; }
p { color: rgb(88,130,83); }
H1.HeaderClassName
{
color: #588253;
}
.AnyTagClassName
{
color: #588253;
}
</style>
background-color css
<style>
a { background-color: #588253; }
a { background-color: rgb(88,130,83); }
div.DivClassName
{
background-color: #588253;
}
.BgClassName
{
background-color: #588253;
}
</style>
border-color css
<style>
span { border-color: #588253; }
span { border-color: rgb(88,130,83); }
td.TdClassName
{
border-color: #588253;
}
.TagClassName
{
border-color: #588253;
}
</style>