Shades of Green Leaf #4D7E1D
Tints of Green Leaf #4D7E1D
RGB
CMYK
RGB Variations
Color information
#4D7E1D (or 0x4D7E1D) is known color: Green Leaf. HEX triplet: 4D, 7E and 1D. RGB value is (77,126,29). Sum of RGB (Red+Green+Blue) = 77+126+29=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #4D7E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7E1D is #B281E2. Grayscale: #646464. Windows color (decimal): -11698659 or 1932877. OLE color: 1932877.
HSL color Cylindrical-coordinate representation of color #4D7E1D: hue angle of 90.31º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D7E1D is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 126 | 29 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.51 |
| HSL | 90.31º | 0.63% | 0.3% | - |
| HSV(B) | 90.31º | 0.77% | 0.49% | - |
| XYZ | 10.74 | 16.59 | 3.8 | - |
| YUV | 100.29 | 87.77 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 126 | 29 | 0.39 | 0 | 0.77 | 0.51 | 90.31 | 0.63 | 0.3 |
| Hex | 4D | 7E | 1D | 27 | 0 | 4D | 33 | 5A | 3F | 1E |
| Octal | 115 | 176 | 35 | 47 | 0 | 115 | 63 | 132 | 77 | 36 |
| Binary | 1001101 | 1111110 | 11101 | 100111 | 0 | 1001101 | 110011 | 1011010 | 111111 | 11110 |
Color Harmonies of #4D7E1D
Complementary color
Monochromatic Colors of #4D7E1D
Black with #4D7E1D
Text Example
Text Example
White with #4D7E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7E1D; }
p { color: rgb(77,126,29); }
H1.HeaderClassName
{
color: #4D7E1D;
}
.AnyTagClassName
{
color: #4D7E1D;
}
</style>
background-color css
<style>
a { background-color: #4D7E1D; }
a { background-color: rgb(77,126,29); }
div.DivClassName
{
background-color: #4D7E1D;
}
.BgClassName
{
background-color: #4D7E1D;
}
</style>
border-color css
<style>
span { border-color: #4D7E1D; }
span { border-color: rgb(77,126,29); }
td.TdClassName
{
border-color: #4D7E1D;
}
.TagClassName
{
border-color: #4D7E1D;
}
</style>