Shades of Hippie Green #58905C
Tints of Hippie Green #58905C
RGB
CMYK
RGB Variations
Color information
#58905C (or 0x58905C) is known color: Hippie Green. HEX triplet: 58, 90 and 5C. RGB value is (88,144,92). Sum of RGB (Red+Green+Blue) = 88+144+92=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #58905C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58905C is #A76FA3. Grayscale: #797979. Windows color (decimal): -10973092 or 6066264. OLE color: 6066264.
HSL color Cylindrical-coordinate representation of color #58905C: hue angle of 124.29º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58905C is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 144 | 92 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.44 |
| HSL | 124.29º | 0.24% | 0.45% | - |
| HSV(B) | 124.29º | 0.39% | 0.56% | - |
| XYZ | 15.93 | 22.79 | 13.69 | - |
| YUV | 121.33 | 111.45 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 144 | 92 | 0.39 | 0 | 0.36 | 0.44 | 124.29 | 0.24 | 0.45 |
| Hex | 58 | 90 | 5C | 27 | 0 | 24 | 2C | 7C | 18 | 2D |
| Octal | 130 | 220 | 134 | 47 | 0 | 44 | 54 | 174 | 30 | 55 |
| Binary | 1011000 | 10010000 | 1011100 | 100111 | 0 | 100100 | 101100 | 1111100 | 11000 | 101101 |
Color Harmonies of #58905C
Complementary color
Monochromatic Colors of #58905C
Black with #58905C
Text Example
Text Example
White with #58905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58905C; }
p { color: rgb(88,144,92); }
H1.HeaderClassName
{
color: #58905C;
}
.AnyTagClassName
{
color: #58905C;
}
</style>
background-color css
<style>
a { background-color: #58905C; }
a { background-color: rgb(88,144,92); }
div.DivClassName
{
background-color: #58905C;
}
.BgClassName
{
background-color: #58905C;
}
</style>
border-color css
<style>
span { border-color: #58905C; }
span { border-color: rgb(88,144,92); }
td.TdClassName
{
border-color: #58905C;
}
.TagClassName
{
border-color: #58905C;
}
</style>