Shades of Green Leaf #4D700F
Tints of Green Leaf #4D700F
RGB
CMYK
RGB Variations
Color information
#4D700F (or 0x4D700F) is known color: Green Leaf. HEX triplet: 4D, 70 and 0F. RGB value is (77,112,15). Sum of RGB (Red+Green+Blue) = 77+112+15=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #4D700F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D700F is #B28FF0. Grayscale: #5A5A5A. Windows color (decimal): -11702257 or 1011789. OLE color: 1011789.
HSL color Cylindrical-coordinate representation of color #4D700F: hue angle of 81.65º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D700F is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 15 | - |
| CMYK | 0.31 | 0 | 0.87 | 0.56 |
| HSL | 81.65º | 0.76% | 0.25% | - |
| HSV(B) | 81.65º | 0.87% | 0.44% | - |
| XYZ | 8.94 | 13.2 | 2.53 | - |
| YUV | 90.48 | 85.4 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 15 | 0.31 | 0 | 0.87 | 0.56 | 81.65 | 0.76 | 0.25 |
| Hex | 4D | 70 | F | 1F | 0 | 57 | 38 | 52 | 4C | 19 |
| Octal | 115 | 160 | 17 | 37 | 0 | 127 | 70 | 122 | 114 | 31 |
| Binary | 1001101 | 1110000 | 1111 | 11111 | 0 | 1010111 | 111000 | 1010010 | 1001100 | 11001 |
Color Harmonies of #4D700F
Complementary color
Monochromatic Colors of #4D700F
Black with #4D700F
Text Example
Text Example
White with #4D700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D700F; }
p { color: rgb(77,112,15); }
H1.HeaderClassName
{
color: #4D700F;
}
.AnyTagClassName
{
color: #4D700F;
}
</style>
background-color css
<style>
a { background-color: #4D700F; }
a { background-color: rgb(77,112,15); }
div.DivClassName
{
background-color: #4D700F;
}
.BgClassName
{
background-color: #4D700F;
}
</style>
border-color css
<style>
span { border-color: #4D700F; }
span { border-color: rgb(77,112,15); }
td.TdClassName
{
border-color: #4D700F;
}
.TagClassName
{
border-color: #4D700F;
}
</style>