Shades of Green Leaf #4D720B
Tints of Green Leaf #4D720B
RGB
CMYK
RGB Variations
Color information
#4D720B (or 0x4D720B) is known color: Green Leaf. HEX triplet: 4D, 72 and 0B. RGB value is (77,114,11). Sum of RGB (Red+Green+Blue) = 77+114+11=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #4D720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D720B is #B28DF4. Grayscale: #5B5B5B. Windows color (decimal): -11701749 or 750157. OLE color: 750157.
HSL color Cylindrical-coordinate representation of color #4D720B: hue angle of 81.55º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D720B is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 11 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.55 |
| HSL | 81.55º | 0.82% | 0.25% | - |
| HSV(B) | 81.55º | 0.9% | 0.45% | - |
| XYZ | 9.14 | 13.64 | 2.47 | - |
| YUV | 91.2 | 82.74 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 11 | 0.32 | 0 | 0.90 | 0.55 | 81.55 | 0.82 | 0.25 |
| Hex | 4D | 72 | B | 20 | 0 | 5A | 37 | 52 | 52 | 19 |
| Octal | 115 | 162 | 13 | 40 | 0 | 132 | 67 | 122 | 122 | 31 |
| Binary | 1001101 | 1110010 | 1011 | 100000 | 0 | 1011010 | 110111 | 1010010 | 1010010 | 11001 |
Color Harmonies of #4D720B
Complementary color
Monochromatic Colors of #4D720B
Black with #4D720B
Text Example
Text Example
White with #4D720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D720B; }
p { color: rgb(77,114,11); }
H1.HeaderClassName
{
color: #4D720B;
}
.AnyTagClassName
{
color: #4D720B;
}
</style>
background-color css
<style>
a { background-color: #4D720B; }
a { background-color: rgb(77,114,11); }
div.DivClassName
{
background-color: #4D720B;
}
.BgClassName
{
background-color: #4D720B;
}
</style>
border-color css
<style>
span { border-color: #4D720B; }
span { border-color: rgb(77,114,11); }
td.TdClassName
{
border-color: #4D720B;
}
.TagClassName
{
border-color: #4D720B;
}
</style>