Shades of Hippie Green #58845D
Tints of Hippie Green #58845D
RGB
CMYK
RGB Variations
Color information
#58845D (or 0x58845D) is known color: Hippie Green. HEX triplet: 58, 84 and 5D. RGB value is (88,132,93). Sum of RGB (Red+Green+Blue) = 88+132+93=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #58845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58845D is #A77BA2. Grayscale: #727272. Windows color (decimal): -10976163 or 6128728. OLE color: 6128728.
HSL color Cylindrical-coordinate representation of color #58845D: hue angle of 126.82º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58845D is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 132 | 93 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.48 |
| HSL | 126.82º | 0.2% | 0.43% | - |
| HSV(B) | 126.82º | 0.33% | 0.52% | - |
| XYZ | 14.25 | 19.37 | 13.34 | - |
| YUV | 114.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 132 | 93 | 0.33 | 0 | 0.30 | 0.48 | 126.82 | 0.2 | 0.43 |
| Hex | 58 | 84 | 5D | 21 | 0 | 1E | 30 | 7F | 14 | 2B |
| Octal | 130 | 204 | 135 | 41 | 0 | 36 | 60 | 177 | 24 | 53 |
| Binary | 1011000 | 10000100 | 1011101 | 100001 | 0 | 11110 | 110000 | 1111111 | 10100 | 101011 |
Color Harmonies of #58845D
Complementary color
Monochromatic Colors of #58845D
Black with #58845D
Text Example
Text Example
White with #58845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58845D; }
p { color: rgb(88,132,93); }
H1.HeaderClassName
{
color: #58845D;
}
.AnyTagClassName
{
color: #58845D;
}
</style>
background-color css
<style>
a { background-color: #58845D; }
a { background-color: rgb(88,132,93); }
div.DivClassName
{
background-color: #58845D;
}
.BgClassName
{
background-color: #58845D;
}
</style>
border-color css
<style>
span { border-color: #58845D; }
span { border-color: rgb(88,132,93); }
td.TdClassName
{
border-color: #58845D;
}
.TagClassName
{
border-color: #58845D;
}
</style>