Shades of Hippie Green #508D52
Tints of Hippie Green #508D52
RGB
CMYK
RGB Variations
Color information
#508D52 (or 0x508D52) is known color: Hippie Green. HEX triplet: 50, 8D and 52. RGB value is (80,141,82). Sum of RGB (Red+Green+Blue) = 80+141+82=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 141 (55.47% from 255 or 46.53% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 141 - color contains mainly: green. Hex color #508D52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508D52 is #AF72AD. Grayscale: #747474. Windows color (decimal): -11498158 or 5410128. OLE color: 5410128.
HSL color Cylindrical-coordinate representation of color #508D52: hue angle of 121.97º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508D52 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 141 | 82 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.45 |
| HSL | 121.97º | 0.28% | 0.43% | - |
| HSV(B) | 121.97º | 0.43% | 0.55% | - |
| XYZ | 14.36 | 21.36 | 11.35 | - |
| YUV | 116.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 82 | 0.43 | 0 | 0.42 | 0.45 | 121.97 | 0.28 | 0.43 |
| Hex | 50 | 8D | 52 | 2B | 0 | 2A | 2D | 7A | 1C | 2B |
| Octal | 120 | 215 | 122 | 53 | 0 | 52 | 55 | 172 | 34 | 53 |
| Binary | 1010000 | 10001101 | 1010010 | 101011 | 0 | 101010 | 101101 | 1111010 | 11100 | 101011 |
Color Harmonies of #508D52
Complementary color
Monochromatic Colors of #508D52
Black with #508D52
Text Example
Text Example
White with #508D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508D52; }
p { color: rgb(80,141,82); }
H1.HeaderClassName
{
color: #508D52;
}
.AnyTagClassName
{
color: #508D52;
}
</style>
background-color css
<style>
a { background-color: #508D52; }
a { background-color: rgb(80,141,82); }
div.DivClassName
{
background-color: #508D52;
}
.BgClassName
{
background-color: #508D52;
}
</style>
border-color css
<style>
span { border-color: #508D52; }
span { border-color: rgb(80,141,82); }
td.TdClassName
{
border-color: #508D52;
}
.TagClassName
{
border-color: #508D52;
}
</style>