Shades of Green Leaf #4D702D
Tints of Green Leaf #4D702D
RGB
CMYK
RGB Variations
Color information
#4D702D (or 0x4D702D) is known color: Green Leaf. HEX triplet: 4D, 70 and 2D. RGB value is (77,112,45). Sum of RGB (Red+Green+Blue) = 77+112+45=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #4D702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D702D is #B28FD2. Grayscale: #5E5E5E. Windows color (decimal): -11702227 or 2977869. OLE color: 2977869.
HSL color Cylindrical-coordinate representation of color #4D702D: hue angle of 91.34º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D702D is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 45 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.56 |
| HSL | 91.34º | 0.43% | 0.31% | - |
| HSV(B) | 91.34º | 0.6% | 0.44% | - |
| XYZ | 9.33 | 13.36 | 4.57 | - |
| YUV | 93.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 45 | 0.31 | 0 | 0.60 | 0.56 | 91.34 | 0.43 | 0.31 |
| Hex | 4D | 70 | 2D | 1F | 0 | 3C | 38 | 5B | 2B | 1F |
| Octal | 115 | 160 | 55 | 37 | 0 | 74 | 70 | 133 | 53 | 37 |
| Binary | 1001101 | 1110000 | 101101 | 11111 | 0 | 111100 | 111000 | 1011011 | 101011 | 11111 |
Color Harmonies of #4D702D
Complementary color
Monochromatic Colors of #4D702D
Black with #4D702D
Text Example
Text Example
White with #4D702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D702D; }
p { color: rgb(77,112,45); }
H1.HeaderClassName
{
color: #4D702D;
}
.AnyTagClassName
{
color: #4D702D;
}
</style>
background-color css
<style>
a { background-color: #4D702D; }
a { background-color: rgb(77,112,45); }
div.DivClassName
{
background-color: #4D702D;
}
.BgClassName
{
background-color: #4D702D;
}
</style>
border-color css
<style>
span { border-color: #4D702D; }
span { border-color: rgb(77,112,45); }
td.TdClassName
{
border-color: #4D702D;
}
.TagClassName
{
border-color: #4D702D;
}
</style>