Shades of Hippie Green #4D8C4A
Tints of Hippie Green #4D8C4A
RGB
CMYK
RGB Variations
Color information
#4D8C4A (or 0x4D8C4A) is known color: Hippie Green. HEX triplet: 4D, 8C and 4A. RGB value is (77,140,74). Sum of RGB (Red+Green+Blue) = 77+140+74=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 140 - color contains mainly: green. Hex color #4D8C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8C4A is #B273B5. Grayscale: #717171. Windows color (decimal): -11695030 or 4885581. OLE color: 4885581.
HSL color Cylindrical-coordinate representation of color #4D8C4A: hue angle of 117.27º 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 #4D8C4A is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 140 | 74 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.45 |
| HSL | 117.27º | 0.31% | 0.42% | - |
| HSV(B) | 117.27º | 0.47% | 0.55% | - |
| XYZ | 13.67 | 20.83 | 9.78 | - |
| YUV | 113.64 | 105.63 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 140 | 74 | 0.45 | 0 | 0.47 | 0.45 | 117.27 | 0.31 | 0.42 |
| Hex | 4D | 8C | 4A | 2D | 0 | 2F | 2D | 75 | 1F | 2A |
| Octal | 115 | 214 | 112 | 55 | 0 | 57 | 55 | 165 | 37 | 52 |
| Binary | 1001101 | 10001100 | 1001010 | 101101 | 0 | 101111 | 101101 | 1110101 | 11111 | 101010 |
Color Harmonies of #4D8C4A
Complementary color
Monochromatic Colors of #4D8C4A
Black with #4D8C4A
Text Example
Text Example
White with #4D8C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8C4A; }
p { color: rgb(77,140,74); }
H1.HeaderClassName
{
color: #4D8C4A;
}
.AnyTagClassName
{
color: #4D8C4A;
}
</style>
background-color css
<style>
a { background-color: #4D8C4A; }
a { background-color: rgb(77,140,74); }
div.DivClassName
{
background-color: #4D8C4A;
}
.BgClassName
{
background-color: #4D8C4A;
}
</style>
border-color css
<style>
span { border-color: #4D8C4A; }
span { border-color: rgb(77,140,74); }
td.TdClassName
{
border-color: #4D8C4A;
}
.TagClassName
{
border-color: #4D8C4A;
}
</style>