Shades of Green Leaf #4D7F14
Tints of Green Leaf #4D7F14
RGB
CMYK
RGB Variations
Color information
#4D7F14 (or 0x4D7F14) is known color: Green Leaf. HEX triplet: 4D, 7F and 14. RGB value is (77,127,20). Sum of RGB (Red+Green+Blue) = 77+127+20=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 127 (50% from 255 or 56.70% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 127 - color contains mainly: green. Hex color #4D7F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7F14 is #B280EB. Grayscale: #646464. Windows color (decimal): -11698412 or 1343309. OLE color: 1343309.
HSL color Cylindrical-coordinate representation of color #4D7F14: hue angle of 88.04º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D7F14 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 127 | 20 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.50 |
| HSL | 88.04º | 0.73% | 0.29% | - |
| HSV(B) | 88.04º | 0.84% | 0.5% | - |
| XYZ | 10.78 | 16.81 | 3.34 | - |
| YUV | 99.85 | 82.94 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 127 | 20 | 0.39 | 0 | 0.84 | 0.50 | 88.04 | 0.73 | 0.29 |
| Hex | 4D | 7F | 14 | 27 | 0 | 54 | 32 | 58 | 49 | 1D |
| Octal | 115 | 177 | 24 | 47 | 0 | 124 | 62 | 130 | 111 | 35 |
| Binary | 1001101 | 1111111 | 10100 | 100111 | 0 | 1010100 | 110010 | 1011000 | 1001001 | 11101 |
Color Harmonies of #4D7F14
Complementary color
Monochromatic Colors of #4D7F14
Black with #4D7F14
Text Example
Text Example
White with #4D7F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7F14; }
p { color: rgb(77,127,20); }
H1.HeaderClassName
{
color: #4D7F14;
}
.AnyTagClassName
{
color: #4D7F14;
}
</style>
background-color css
<style>
a { background-color: #4D7F14; }
a { background-color: rgb(77,127,20); }
div.DivClassName
{
background-color: #4D7F14;
}
.BgClassName
{
background-color: #4D7F14;
}
</style>
border-color css
<style>
span { border-color: #4D7F14; }
span { border-color: rgb(77,127,20); }
td.TdClassName
{
border-color: #4D7F14;
}
.TagClassName
{
border-color: #4D7F14;
}
</style>