Shades of Green Leaf #4D7916
Tints of Green Leaf #4D7916
RGB
CMYK
RGB Variations
Color information
#4D7916 (or 0x4D7916) is known color: Green Leaf. HEX triplet: 4D, 79 and 16. RGB value is (77,121,22). Sum of RGB (Red+Green+Blue) = 77+121+22=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #4D7916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7916 is #B286E9. Grayscale: #606060. Windows color (decimal): -11699946 or 1472845. OLE color: 1472845.
HSL color Cylindrical-coordinate representation of color #4D7916: hue angle of 86.67º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D7916 is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 121 | 22 | - |
| CMYK | 0.36 | 0 | 0.82 | 0.53 |
| HSL | 86.67º | 0.69% | 0.28% | - |
| HSV(B) | 86.67º | 0.82% | 0.47% | - |
| XYZ | 10.04 | 15.31 | 3.18 | - |
| YUV | 96.56 | 85.92 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 121 | 22 | 0.36 | 0 | 0.82 | 0.53 | 86.67 | 0.69 | 0.28 |
| Hex | 4D | 79 | 16 | 24 | 0 | 52 | 35 | 57 | 45 | 1C |
| Octal | 115 | 171 | 26 | 44 | 0 | 122 | 65 | 127 | 105 | 34 |
| Binary | 1001101 | 1111001 | 10110 | 100100 | 0 | 1010010 | 110101 | 1010111 | 1000101 | 11100 |
Color Harmonies of #4D7916
Complementary color
Monochromatic Colors of #4D7916
Black with #4D7916
Text Example
Text Example
White with #4D7916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7916; }
p { color: rgb(77,121,22); }
H1.HeaderClassName
{
color: #4D7916;
}
.AnyTagClassName
{
color: #4D7916;
}
</style>
background-color css
<style>
a { background-color: #4D7916; }
a { background-color: rgb(77,121,22); }
div.DivClassName
{
background-color: #4D7916;
}
.BgClassName
{
background-color: #4D7916;
}
</style>
border-color css
<style>
span { border-color: #4D7916; }
span { border-color: rgb(77,121,22); }
td.TdClassName
{
border-color: #4D7916;
}
.TagClassName
{
border-color: #4D7916;
}
</style>