Shades of Green Leaf #4D741E
Tints of Green Leaf #4D741E
RGB
CMYK
RGB Variations
Color information
#4D741E (or 0x4D741E) is known color: Green Leaf. HEX triplet: 4D, 74 and 1E. RGB value is (77,116,30). Sum of RGB (Red+Green+Blue) = 77+116+30=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #4D741E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D741E is #B28BE1. Grayscale: #5E5E5E. Windows color (decimal): -11701218 or 1995853. OLE color: 1995853.
HSL color Cylindrical-coordinate representation of color #4D741E: hue angle of 87.21º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D741E is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 30 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.55 |
| HSL | 87.21º | 0.59% | 0.29% | - |
| HSV(B) | 87.21º | 0.74% | 0.45% | - |
| XYZ | 9.54 | 14.16 | 3.46 | - |
| YUV | 94.54 | 91.58 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 30 | 0.34 | 0 | 0.74 | 0.55 | 87.21 | 0.59 | 0.29 |
| Hex | 4D | 74 | 1E | 22 | 0 | 4A | 37 | 57 | 3B | 1D |
| Octal | 115 | 164 | 36 | 42 | 0 | 112 | 67 | 127 | 73 | 35 |
| Binary | 1001101 | 1110100 | 11110 | 100010 | 0 | 1001010 | 110111 | 1010111 | 111011 | 11101 |
Color Harmonies of #4D741E
Complementary color
Monochromatic Colors of #4D741E
Black with #4D741E
Text Example
Text Example
White with #4D741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D741E; }
p { color: rgb(77,116,30); }
H1.HeaderClassName
{
color: #4D741E;
}
.AnyTagClassName
{
color: #4D741E;
}
</style>
background-color css
<style>
a { background-color: #4D741E; }
a { background-color: rgb(77,116,30); }
div.DivClassName
{
background-color: #4D741E;
}
.BgClassName
{
background-color: #4D741E;
}
</style>
border-color css
<style>
span { border-color: #4D741E; }
span { border-color: rgb(77,116,30); }
td.TdClassName
{
border-color: #4D741E;
}
.TagClassName
{
border-color: #4D741E;
}
</style>