Shades of Green Leaf #4D700B
Tints of Green Leaf #4D700B
RGB
CMYK
RGB Variations
Color information
#4D700B (or 0x4D700B) is known color: Green Leaf. HEX triplet: 4D, 70 and 0B. RGB value is (77,112,11). Sum of RGB (Red+Green+Blue) = 77+112+11=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #4D700B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D700B is #B28FF4. Grayscale: #5A5A5A. Windows color (decimal): -11702261 or 749645. OLE color: 749645.
HSL color Cylindrical-coordinate representation of color #4D700B: hue angle of 80.79º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D700B is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 11 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.56 |
| HSL | 80.79º | 0.82% | 0.24% | - |
| HSV(B) | 80.79º | 0.9% | 0.44% | - |
| XYZ | 8.92 | 13.19 | 2.39 | - |
| YUV | 90.02 | 83.4 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 11 | 0.31 | 0 | 0.90 | 0.56 | 80.79 | 0.82 | 0.24 |
| Hex | 4D | 70 | B | 1F | 0 | 5A | 38 | 51 | 52 | 18 |
| Octal | 115 | 160 | 13 | 37 | 0 | 132 | 70 | 121 | 122 | 30 |
| Binary | 1001101 | 1110000 | 1011 | 11111 | 0 | 1011010 | 111000 | 1010001 | 1010010 | 11000 |
Color Harmonies of #4D700B
Complementary color
Monochromatic Colors of #4D700B
Black with #4D700B
Text Example
Text Example
White with #4D700B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D700B; }
p { color: rgb(77,112,11); }
H1.HeaderClassName
{
color: #4D700B;
}
.AnyTagClassName
{
color: #4D700B;
}
</style>
background-color css
<style>
a { background-color: #4D700B; }
a { background-color: rgb(77,112,11); }
div.DivClassName
{
background-color: #4D700B;
}
.BgClassName
{
background-color: #4D700B;
}
</style>
border-color css
<style>
span { border-color: #4D700B; }
span { border-color: rgb(77,112,11); }
td.TdClassName
{
border-color: #4D700B;
}
.TagClassName
{
border-color: #4D700B;
}
</style>