Shades of Green Leaf #4D7114
Tints of Green Leaf #4D7114
RGB
CMYK
RGB Variations
Color information
#4D7114 (or 0x4D7114) is known color: Green Leaf. HEX triplet: 4D, 71 and 14. RGB value is (77,113,20). Sum of RGB (Red+Green+Blue) = 77+113+20=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #4D7114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7114 is #B28EEB. Grayscale: #5B5B5B. Windows color (decimal): -11701996 or 1339725. OLE color: 1339725.
HSL color Cylindrical-coordinate representation of color #4D7114: hue angle of 83.23º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D7114 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 20 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.56 |
| HSL | 83.23º | 0.7% | 0.26% | - |
| HSV(B) | 83.23º | 0.82% | 0.44% | - |
| XYZ | 9.09 | 13.44 | 2.78 | - |
| YUV | 91.63 | 87.57 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 20 | 0.32 | 0 | 0.82 | 0.56 | 83.23 | 0.7 | 0.26 |
| Hex | 4D | 71 | 14 | 20 | 0 | 52 | 38 | 53 | 46 | 1A |
| Octal | 115 | 161 | 24 | 40 | 0 | 122 | 70 | 123 | 106 | 32 |
| Binary | 1001101 | 1110001 | 10100 | 100000 | 0 | 1010010 | 111000 | 1010011 | 1000110 | 11010 |
Color Harmonies of #4D7114
Complementary color
Monochromatic Colors of #4D7114
Black with #4D7114
Text Example
Text Example
White with #4D7114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7114; }
p { color: rgb(77,113,20); }
H1.HeaderClassName
{
color: #4D7114;
}
.AnyTagClassName
{
color: #4D7114;
}
</style>
background-color css
<style>
a { background-color: #4D7114; }
a { background-color: rgb(77,113,20); }
div.DivClassName
{
background-color: #4D7114;
}
.BgClassName
{
background-color: #4D7114;
}
</style>
border-color css
<style>
span { border-color: #4D7114; }
span { border-color: rgb(77,113,20); }
td.TdClassName
{
border-color: #4D7114;
}
.TagClassName
{
border-color: #4D7114;
}
</style>