Shades of Hippie Green #508B4D
Tints of Hippie Green #508B4D
RGB
CMYK
RGB Variations
Color information
#508B4D (or 0x508B4D) is known color: Hippie Green. HEX triplet: 50, 8B and 4D. RGB value is (80,139,77). Sum of RGB (Red+Green+Blue) = 80+139+77=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #508B4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B4D is #AF74B2. Grayscale: #727272. Windows color (decimal): -11498675 or 5081936. OLE color: 5081936.
HSL color Cylindrical-coordinate representation of color #508B4D: hue angle of 117.1º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #508B4D is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 77 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.45 |
| HSL | 117.1º | 0.29% | 0.42% | - |
| HSV(B) | 117.1º | 0.45% | 0.55% | - |
| XYZ | 13.88 | 20.71 | 10.29 | - |
| YUV | 114.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 77 | 0.42 | 0 | 0.45 | 0.45 | 117.1 | 0.29 | 0.42 |
| Hex | 50 | 8B | 4D | 2A | 0 | 2D | 2D | 75 | 1D | 2A |
| Octal | 120 | 213 | 115 | 52 | 0 | 55 | 55 | 165 | 35 | 52 |
| Binary | 1010000 | 10001011 | 1001101 | 101010 | 0 | 101101 | 101101 | 1110101 | 11101 | 101010 |
Color Harmonies of #508B4D
Complementary color
Monochromatic Colors of #508B4D
Black with #508B4D
Text Example
Text Example
White with #508B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B4D; }
p { color: rgb(80,139,77); }
H1.HeaderClassName
{
color: #508B4D;
}
.AnyTagClassName
{
color: #508B4D;
}
</style>
background-color css
<style>
a { background-color: #508B4D; }
a { background-color: rgb(80,139,77); }
div.DivClassName
{
background-color: #508B4D;
}
.BgClassName
{
background-color: #508B4D;
}
</style>
border-color css
<style>
span { border-color: #508B4D; }
span { border-color: rgb(80,139,77); }
td.TdClassName
{
border-color: #508B4D;
}
.TagClassName
{
border-color: #508B4D;
}
</style>