Shades of Green Leaf #4D740F
Tints of Green Leaf #4D740F
RGB
CMYK
RGB Variations
Color information
#4D740F (or 0x4D740F) is known color: Green Leaf. HEX triplet: 4D, 74 and 0F. RGB value is (77,116,15). Sum of RGB (Red+Green+Blue) = 77+116+15=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #4D740F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D740F is #B28BF0. Grayscale: #5D5D5D. Windows color (decimal): -11701233 or 1012813. OLE color: 1012813.
HSL color Cylindrical-coordinate representation of color #4D740F: hue angle of 83.17º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D740F is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 15 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.55 |
| HSL | 83.17º | 0.77% | 0.26% | - |
| HSV(B) | 83.17º | 0.87% | 0.45% | - |
| XYZ | 9.39 | 14.1 | 2.68 | - |
| YUV | 92.83 | 84.08 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 15 | 0.34 | 0 | 0.87 | 0.55 | 83.17 | 0.77 | 0.26 |
| Hex | 4D | 74 | F | 22 | 0 | 57 | 37 | 53 | 4D | 1A |
| Octal | 115 | 164 | 17 | 42 | 0 | 127 | 67 | 123 | 115 | 32 |
| Binary | 1001101 | 1110100 | 1111 | 100010 | 0 | 1010111 | 110111 | 1010011 | 1001101 | 11010 |
Color Harmonies of #4D740F
Complementary color
Monochromatic Colors of #4D740F
Black with #4D740F
Text Example
Text Example
White with #4D740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D740F; }
p { color: rgb(77,116,15); }
H1.HeaderClassName
{
color: #4D740F;
}
.AnyTagClassName
{
color: #4D740F;
}
</style>
background-color css
<style>
a { background-color: #4D740F; }
a { background-color: rgb(77,116,15); }
div.DivClassName
{
background-color: #4D740F;
}
.BgClassName
{
background-color: #4D740F;
}
</style>
border-color css
<style>
span { border-color: #4D740F; }
span { border-color: rgb(77,116,15); }
td.TdClassName
{
border-color: #4D740F;
}
.TagClassName
{
border-color: #4D740F;
}
</style>