Shades of Hippie Green #58855C
Tints of Hippie Green #58855C
RGB
CMYK
RGB Variations
Color information
#58855C (or 0x58855C) is known color: Hippie Green. HEX triplet: 58, 85 and 5C. RGB value is (88,133,92). Sum of RGB (Red+Green+Blue) = 88+133+92=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #58855C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58855C is #A77AA3. Grayscale: #727272. Windows color (decimal): -10975908 or 6063448. OLE color: 6063448.
HSL color Cylindrical-coordinate representation of color #58855C: hue angle of 125.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58855C is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 88 | 133 | 92 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.48 |
| HSL | 125.33º | 0.2% | 0.43% | - |
| HSV(B) | 125.33º | 0.34% | 0.52% | - |
| XYZ | 14.34 | 19.62 | 13.16 | - |
| YUV | 114.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 133 | 92 | 0.34 | 0 | 0.31 | 0.48 | 125.33 | 0.2 | 0.43 |
| Hex | 58 | 85 | 5C | 22 | 0 | 1F | 30 | 7D | 14 | 2B |
| Octal | 130 | 205 | 134 | 42 | 0 | 37 | 60 | 175 | 24 | 53 |
| Binary | 1011000 | 10000101 | 1011100 | 100010 | 0 | 11111 | 110000 | 1111101 | 10100 | 101011 |
Color Harmonies of #58855C
Complementary color
Monochromatic Colors of #58855C
Black with #58855C
Text Example
Text Example
White with #58855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58855C; }
p { color: rgb(88,133,92); }
H1.HeaderClassName
{
color: #58855C;
}
.AnyTagClassName
{
color: #58855C;
}
</style>
background-color css
<style>
a { background-color: #58855C; }
a { background-color: rgb(88,133,92); }
div.DivClassName
{
background-color: #58855C;
}
.BgClassName
{
background-color: #58855C;
}
</style>
border-color css
<style>
span { border-color: #58855C; }
span { border-color: rgb(88,133,92); }
td.TdClassName
{
border-color: #58855C;
}
.TagClassName
{
border-color: #58855C;
}
</style>