Shades of Hippie Green #508C4A
Tints of Hippie Green #508C4A
RGB
CMYK
RGB Variations
Color information
#508C4A (or 0x508C4A) is known color: Hippie Green. HEX triplet: 50, 8C and 4A. RGB value is (80,140,74). Sum of RGB (Red+Green+Blue) = 80+140+74=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 140 - color contains mainly: green. Hex color #508C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508C4A is #AF73B5. Grayscale: #727272. Windows color (decimal): -11498422 or 4885584. OLE color: 4885584.
HSL color Cylindrical-coordinate representation of color #508C4A: hue angle of 114.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508C4A is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 140 | 74 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.45 |
| HSL | 114.55º | 0.31% | 0.42% | - |
| HSV(B) | 114.55º | 0.47% | 0.55% | - |
| XYZ | 13.92 | 20.96 | 9.79 | - |
| YUV | 114.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 74 | 0.43 | 0 | 0.47 | 0.45 | 114.55 | 0.31 | 0.42 |
| Hex | 50 | 8C | 4A | 2B | 0 | 2F | 2D | 73 | 1F | 2A |
| Octal | 120 | 214 | 112 | 53 | 0 | 57 | 55 | 163 | 37 | 52 |
| Binary | 1010000 | 10001100 | 1001010 | 101011 | 0 | 101111 | 101101 | 1110011 | 11111 | 101010 |
Color Harmonies of #508C4A
Complementary color
Monochromatic Colors of #508C4A
Black with #508C4A
Text Example
Text Example
White with #508C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508C4A; }
p { color: rgb(80,140,74); }
H1.HeaderClassName
{
color: #508C4A;
}
.AnyTagClassName
{
color: #508C4A;
}
</style>
background-color css
<style>
a { background-color: #508C4A; }
a { background-color: rgb(80,140,74); }
div.DivClassName
{
background-color: #508C4A;
}
.BgClassName
{
background-color: #508C4A;
}
</style>
border-color css
<style>
span { border-color: #508C4A; }
span { border-color: rgb(80,140,74); }
td.TdClassName
{
border-color: #508C4A;
}
.TagClassName
{
border-color: #508C4A;
}
</style>