Shades of Hippie Green #508E49
Tints of Hippie Green #508E49
RGB
CMYK
RGB Variations
Color information
#508E49 (or 0x508E49) is known color: Hippie Green. HEX triplet: 50, 8E and 49. RGB value is (80,142,73). Sum of RGB (Red+Green+Blue) = 80+142+73=295 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.12% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #508E49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E49 is #AF71B6. Grayscale: #737373. Windows color (decimal): -11497911 or 4820560. OLE color: 4820560.
HSL color Cylindrical-coordinate representation of color #508E49: hue angle of 113.91º 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 #508E49 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 142 | 73 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.44 |
| HSL | 113.91º | 0.32% | 0.42% | - |
| HSV(B) | 113.91º | 0.49% | 0.56% | - |
| XYZ | 14.18 | 21.53 | 9.71 | - |
| YUV | 115.6 | 103.96 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 73 | 0.44 | 0 | 0.49 | 0.44 | 113.91 | 0.32 | 0.42 |
| Hex | 50 | 8E | 49 | 2C | 0 | 31 | 2C | 72 | 20 | 2A |
| Octal | 120 | 216 | 111 | 54 | 0 | 61 | 54 | 162 | 40 | 52 |
| Binary | 1010000 | 10001110 | 1001001 | 101100 | 0 | 110001 | 101100 | 1110010 | 100000 | 101010 |
Color Harmonies of #508E49
Complementary color
Monochromatic Colors of #508E49
Black with #508E49
Text Example
Text Example
White with #508E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508E49; }
p { color: rgb(80,142,73); }
H1.HeaderClassName
{
color: #508E49;
}
.AnyTagClassName
{
color: #508E49;
}
</style>
background-color css
<style>
a { background-color: #508E49; }
a { background-color: rgb(80,142,73); }
div.DivClassName
{
background-color: #508E49;
}
.BgClassName
{
background-color: #508E49;
}
</style>
border-color css
<style>
span { border-color: #508E49; }
span { border-color: rgb(80,142,73); }
td.TdClassName
{
border-color: #508E49;
}
.TagClassName
{
border-color: #508E49;
}
</style>