Shades of Green Leaf #4D7213
Tints of Green Leaf #4D7213
RGB
CMYK
RGB Variations
Color information
#4D7213 (or 0x4D7213) is known color: Green Leaf. HEX triplet: 4D, 72 and 13. RGB value is (77,114,19). Sum of RGB (Red+Green+Blue) = 77+114+19=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 114 (44.92% from 255 or 54.29% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 114 - color contains mainly: green. Hex color #4D7213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7213 is #B28DEC. Grayscale: #5C5C5C. Windows color (decimal): -11701741 or 1274445. OLE color: 1274445.
HSL color Cylindrical-coordinate representation of color #4D7213: hue angle of 83.37º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D7213 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 19 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.55 |
| HSL | 83.37º | 0.71% | 0.26% | - |
| HSV(B) | 83.37º | 0.83% | 0.45% | - |
| XYZ | 9.2 | 13.66 | 2.77 | - |
| YUV | 92.11 | 86.74 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 19 | 0.32 | 0 | 0.83 | 0.55 | 83.37 | 0.71 | 0.26 |
| Hex | 4D | 72 | 13 | 20 | 0 | 53 | 37 | 53 | 47 | 1A |
| Octal | 115 | 162 | 23 | 40 | 0 | 123 | 67 | 123 | 107 | 32 |
| Binary | 1001101 | 1110010 | 10011 | 100000 | 0 | 1010011 | 110111 | 1010011 | 1000111 | 11010 |
Color Harmonies of #4D7213
Complementary color
Monochromatic Colors of #4D7213
Black with #4D7213
Text Example
Text Example
White with #4D7213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7213; }
p { color: rgb(77,114,19); }
H1.HeaderClassName
{
color: #4D7213;
}
.AnyTagClassName
{
color: #4D7213;
}
</style>
background-color css
<style>
a { background-color: #4D7213; }
a { background-color: rgb(77,114,19); }
div.DivClassName
{
background-color: #4D7213;
}
.BgClassName
{
background-color: #4D7213;
}
</style>
border-color css
<style>
span { border-color: #4D7213; }
span { border-color: rgb(77,114,19); }
td.TdClassName
{
border-color: #4D7213;
}
.TagClassName
{
border-color: #4D7213;
}
</style>