Shades of Hippie Green #508F49
Tints of Hippie Green #508F49
RGB
CMYK
RGB Variations
Color information
#508F49 (or 0x508F49) is known color: Hippie Green. HEX triplet: 50, 8F and 49. RGB value is (80,143,73). Sum of RGB (Red+Green+Blue) = 80+143+73=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 143 (56.25% from 255 or 48.31% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 143 - color contains mainly: green. Hex color #508F49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508F49 is #AF70B6. Grayscale: #747474. Windows color (decimal): -11497655 or 4820816. OLE color: 4820816.
HSL color Cylindrical-coordinate representation of color #508F49: hue angle of 114º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #508F49 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 143 | 73 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.44 |
| HSL | 114º | 0.32% | 0.42% | - |
| HSV(B) | 114º | 0.49% | 0.56% | - |
| XYZ | 14.33 | 21.83 | 9.76 | - |
| YUV | 116.18 | 103.63 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 143 | 73 | 0.44 | 0 | 0.49 | 0.44 | 114 | 0.32 | 0.42 |
| Hex | 50 | 8F | 49 | 2C | 0 | 31 | 2C | 72 | 20 | 2A |
| Octal | 120 | 217 | 111 | 54 | 0 | 61 | 54 | 162 | 40 | 52 |
| Binary | 1010000 | 10001111 | 1001001 | 101100 | 0 | 110001 | 101100 | 1110010 | 100000 | 101010 |
Color Harmonies of #508F49
Complementary color
Monochromatic Colors of #508F49
Black with #508F49
Text Example
Text Example
White with #508F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508F49; }
p { color: rgb(80,143,73); }
H1.HeaderClassName
{
color: #508F49;
}
.AnyTagClassName
{
color: #508F49;
}
</style>
background-color css
<style>
a { background-color: #508F49; }
a { background-color: rgb(80,143,73); }
div.DivClassName
{
background-color: #508F49;
}
.BgClassName
{
background-color: #508F49;
}
</style>
border-color css
<style>
span { border-color: #508F49; }
span { border-color: rgb(80,143,73); }
td.TdClassName
{
border-color: #508F49;
}
.TagClassName
{
border-color: #508F49;
}
</style>