Shades of Hippie Green #58885D
Tints of Hippie Green #58885D
RGB
CMYK
RGB Variations
Color information
#58885D (or 0x58885D) is known color: Hippie Green. HEX triplet: 58, 88 and 5D. RGB value is (88,136,93). Sum of RGB (Red+Green+Blue) = 88+136+93=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #58885D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58885D is #A777A2. Grayscale: #747474. Windows color (decimal): -10975139 or 6129752. OLE color: 6129752.
HSL color Cylindrical-coordinate representation of color #58885D: hue angle of 126.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58885D is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 136 | 93 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.47 |
| HSL | 126.25º | 0.21% | 0.44% | - |
| HSV(B) | 126.25º | 0.35% | 0.53% | - |
| XYZ | 14.8 | 20.47 | 13.53 | - |
| YUV | 116.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 93 | 0.35 | 0 | 0.32 | 0.47 | 126.25 | 0.21 | 0.44 |
| Hex | 58 | 88 | 5D | 23 | 0 | 20 | 2F | 7E | 15 | 2C |
| Octal | 130 | 210 | 135 | 43 | 0 | 40 | 57 | 176 | 25 | 54 |
| Binary | 1011000 | 10001000 | 1011101 | 100011 | 0 | 100000 | 101111 | 1111110 | 10101 | 101100 |
Color Harmonies of #58885D
Complementary color
Monochromatic Colors of #58885D
Black with #58885D
Text Example
Text Example
White with #58885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58885D; }
p { color: rgb(88,136,93); }
H1.HeaderClassName
{
color: #58885D;
}
.AnyTagClassName
{
color: #58885D;
}
</style>
background-color css
<style>
a { background-color: #58885D; }
a { background-color: rgb(88,136,93); }
div.DivClassName
{
background-color: #58885D;
}
.BgClassName
{
background-color: #58885D;
}
</style>
border-color css
<style>
span { border-color: #58885D; }
span { border-color: rgb(88,136,93); }
td.TdClassName
{
border-color: #58885D;
}
.TagClassName
{
border-color: #58885D;
}
</style>