Shades of Green Leaf #4D721D
Tints of Green Leaf #4D721D
RGB
CMYK
RGB Variations
Color information
#4D721D (or 0x4D721D) is known color: Green Leaf. HEX triplet: 4D, 72 and 1D. RGB value is (77,114,29). Sum of RGB (Red+Green+Blue) = 77+114+29=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #4D721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D721D is #B28DE2. Grayscale: #5D5D5D. Windows color (decimal): -11701731 or 1929805. OLE color: 1929805.
HSL color Cylindrical-coordinate representation of color #4D721D: hue angle of 86.12º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D721D is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 29 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.55 |
| HSL | 86.12º | 0.59% | 0.28% | - |
| HSV(B) | 86.12º | 0.75% | 0.45% | - |
| XYZ | 9.3 | 13.7 | 3.32 | - |
| YUV | 93.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 29 | 0.32 | 0 | 0.75 | 0.55 | 86.12 | 0.59 | 0.28 |
| Hex | 4D | 72 | 1D | 20 | 0 | 4B | 37 | 56 | 3B | 1C |
| Octal | 115 | 162 | 35 | 40 | 0 | 113 | 67 | 126 | 73 | 34 |
| Binary | 1001101 | 1110010 | 11101 | 100000 | 0 | 1001011 | 110111 | 1010110 | 111011 | 11100 |
Color Harmonies of #4D721D
Complementary color
Monochromatic Colors of #4D721D
Black with #4D721D
Text Example
Text Example
White with #4D721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D721D; }
p { color: rgb(77,114,29); }
H1.HeaderClassName
{
color: #4D721D;
}
.AnyTagClassName
{
color: #4D721D;
}
</style>
background-color css
<style>
a { background-color: #4D721D; }
a { background-color: rgb(77,114,29); }
div.DivClassName
{
background-color: #4D721D;
}
.BgClassName
{
background-color: #4D721D;
}
</style>
border-color css
<style>
span { border-color: #4D721D; }
span { border-color: rgb(77,114,29); }
td.TdClassName
{
border-color: #4D721D;
}
.TagClassName
{
border-color: #4D721D;
}
</style>