Shades of Green Leaf #4D7314
Tints of Green Leaf #4D7314
RGB
CMYK
RGB Variations
Color information
#4D7314 (or 0x4D7314) is known color: Green Leaf. HEX triplet: 4D, 73 and 14. RGB value is (77,115,20). Sum of RGB (Red+Green+Blue) = 77+115+20=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7314 is #B28CEB. Grayscale: #5D5D5D. Windows color (decimal): -11701484 or 1340237. OLE color: 1340237.
HSL color Cylindrical-coordinate representation of color #4D7314: hue angle of 84º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D7314 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 20 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.55 |
| HSL | 84º | 0.7% | 0.26% | - |
| HSV(B) | 84º | 0.83% | 0.45% | - |
| XYZ | 9.32 | 13.89 | 2.85 | - |
| YUV | 92.81 | 86.91 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 20 | 0.33 | 0 | 0.83 | 0.55 | 84 | 0.7 | 0.26 |
| Hex | 4D | 73 | 14 | 21 | 0 | 53 | 37 | 54 | 46 | 1A |
| Octal | 115 | 163 | 24 | 41 | 0 | 123 | 67 | 124 | 106 | 32 |
| Binary | 1001101 | 1110011 | 10100 | 100001 | 0 | 1010011 | 110111 | 1010100 | 1000110 | 11010 |
Color Harmonies of #4D7314
Complementary color
Monochromatic Colors of #4D7314
Black with #4D7314
Text Example
Text Example
White with #4D7314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7314; }
p { color: rgb(77,115,20); }
H1.HeaderClassName
{
color: #4D7314;
}
.AnyTagClassName
{
color: #4D7314;
}
</style>
background-color css
<style>
a { background-color: #4D7314; }
a { background-color: rgb(77,115,20); }
div.DivClassName
{
background-color: #4D7314;
}
.BgClassName
{
background-color: #4D7314;
}
</style>
border-color css
<style>
span { border-color: #4D7314; }
span { border-color: rgb(77,115,20); }
td.TdClassName
{
border-color: #4D7314;
}
.TagClassName
{
border-color: #4D7314;
}
</style>