Shades of Hippie Green #58815C
Tints of Hippie Green #58815C
RGB
CMYK
RGB Variations
Color information
#58815C (or 0x58815C) is known color: Hippie Green. HEX triplet: 58, 81 and 5C. RGB value is (88,129,92). Sum of RGB (Red+Green+Blue) = 88+129+92=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #58815C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58815C is #A77EA3. Grayscale: #707070. Windows color (decimal): -10976932 or 6062424. OLE color: 6062424.
HSL color Cylindrical-coordinate representation of color #58815C: hue angle of 125.85º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58815C is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 88 | 129 | 92 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.49 |
| HSL | 125.85º | 0.19% | 0.43% | - |
| HSV(B) | 125.85º | 0.32% | 0.51% | - |
| XYZ | 13.81 | 18.55 | 12.98 | - |
| YUV | 112.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 129 | 92 | 0.32 | 0 | 0.29 | 0.49 | 125.85 | 0.19 | 0.43 |
| Hex | 58 | 81 | 5C | 20 | 0 | 1D | 31 | 7E | 13 | 2B |
| Octal | 130 | 201 | 134 | 40 | 0 | 35 | 61 | 176 | 23 | 53 |
| Binary | 1011000 | 10000001 | 1011100 | 100000 | 0 | 11101 | 110001 | 1111110 | 10011 | 101011 |
Color Harmonies of #58815C
Complementary color
Monochromatic Colors of #58815C
Black with #58815C
Text Example
Text Example
White with #58815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58815C; }
p { color: rgb(88,129,92); }
H1.HeaderClassName
{
color: #58815C;
}
.AnyTagClassName
{
color: #58815C;
}
</style>
background-color css
<style>
a { background-color: #58815C; }
a { background-color: rgb(88,129,92); }
div.DivClassName
{
background-color: #58815C;
}
.BgClassName
{
background-color: #58815C;
}
</style>
border-color css
<style>
span { border-color: #58815C; }
span { border-color: rgb(88,129,92); }
td.TdClassName
{
border-color: #58815C;
}
.TagClassName
{
border-color: #58815C;
}
</style>