Shades of Green Leaf #4D740E
Tints of Green Leaf #4D740E
RGB
CMYK
RGB Variations
Color information
#4D740E (or 0x4D740E) is known color: Green Leaf. HEX triplet: 4D, 74 and 0E. RGB value is (77,116,14). Sum of RGB (Red+Green+Blue) = 77+116+14=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #4D740E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D740E is #B28BF1. Grayscale: #5D5D5D. Windows color (decimal): -11701234 or 947277. OLE color: 947277.
HSL color Cylindrical-coordinate representation of color #4D740E: hue angle of 82.94º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D740E is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 14 | - |
| CMYK | 0.34 | 0 | 0.88 | 0.55 |
| HSL | 82.94º | 0.78% | 0.25% | - |
| HSV(B) | 82.94º | 0.88% | 0.45% | - |
| XYZ | 9.39 | 14.1 | 2.64 | - |
| YUV | 92.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 14 | 0.34 | 0 | 0.88 | 0.55 | 82.94 | 0.78 | 0.25 |
| Hex | 4D | 74 | E | 22 | 0 | 58 | 37 | 53 | 4E | 19 |
| Octal | 115 | 164 | 16 | 42 | 0 | 130 | 67 | 123 | 116 | 31 |
| Binary | 1001101 | 1110100 | 1110 | 100010 | 0 | 1011000 | 110111 | 1010011 | 1001110 | 11001 |
Color Harmonies of #4D740E
Complementary color
Monochromatic Colors of #4D740E
Black with #4D740E
Text Example
Text Example
White with #4D740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D740E; }
p { color: rgb(77,116,14); }
H1.HeaderClassName
{
color: #4D740E;
}
.AnyTagClassName
{
color: #4D740E;
}
</style>
background-color css
<style>
a { background-color: #4D740E; }
a { background-color: rgb(77,116,14); }
div.DivClassName
{
background-color: #4D740E;
}
.BgClassName
{
background-color: #4D740E;
}
</style>
border-color css
<style>
span { border-color: #4D740E; }
span { border-color: rgb(77,116,14); }
td.TdClassName
{
border-color: #4D740E;
}
.TagClassName
{
border-color: #4D740E;
}
</style>