Shades of Green Leaf #4D721B
Tints of Green Leaf #4D721B
RGB
CMYK
RGB Variations
Color information
#4D721B (or 0x4D721B) is known color: Green Leaf. HEX triplet: 4D, 72 and 1B. RGB value is (77,114,27). Sum of RGB (Red+Green+Blue) = 77+114+27=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #4D721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D721B is #B28DE4. Grayscale: #5D5D5D. Windows color (decimal): -11701733 or 1798733. OLE color: 1798733.
HSL color Cylindrical-coordinate representation of color #4D721B: hue angle of 85.52º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D721B is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 27 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.55 |
| HSL | 85.52º | 0.62% | 0.28% | - |
| HSV(B) | 85.52º | 0.76% | 0.45% | - |
| XYZ | 9.28 | 13.69 | 3.19 | - |
| YUV | 93.02 | 90.74 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 27 | 0.32 | 0 | 0.76 | 0.55 | 85.52 | 0.62 | 0.28 |
| Hex | 4D | 72 | 1B | 20 | 0 | 4C | 37 | 56 | 3E | 1C |
| Octal | 115 | 162 | 33 | 40 | 0 | 114 | 67 | 126 | 76 | 34 |
| Binary | 1001101 | 1110010 | 11011 | 100000 | 0 | 1001100 | 110111 | 1010110 | 111110 | 11100 |
Color Harmonies of #4D721B
Complementary color
Monochromatic Colors of #4D721B
Black with #4D721B
Text Example
Text Example
White with #4D721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D721B; }
p { color: rgb(77,114,27); }
H1.HeaderClassName
{
color: #4D721B;
}
.AnyTagClassName
{
color: #4D721B;
}
</style>
background-color css
<style>
a { background-color: #4D721B; }
a { background-color: rgb(77,114,27); }
div.DivClassName
{
background-color: #4D721B;
}
.BgClassName
{
background-color: #4D721B;
}
</style>
border-color css
<style>
span { border-color: #4D721B; }
span { border-color: rgb(77,114,27); }
td.TdClassName
{
border-color: #4D721B;
}
.TagClassName
{
border-color: #4D721B;
}
</style>