Shades of Green Leaf #4D771D
Tints of Green Leaf #4D771D
RGB
CMYK
RGB Variations
Color information
#4D771D (or 0x4D771D) is known color: Green Leaf. HEX triplet: 4D, 77 and 1D. RGB value is (77,119,29). Sum of RGB (Red+Green+Blue) = 77+119+29=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #4D771D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D771D is #B288E2. Grayscale: #606060. Windows color (decimal): -11700451 or 1931085. OLE color: 1931085.
HSL color Cylindrical-coordinate representation of color #4D771D: hue angle of 88º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D771D is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 29 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.53 |
| HSL | 88º | 0.61% | 0.29% | - |
| HSV(B) | 88º | 0.76% | 0.47% | - |
| XYZ | 9.88 | 14.86 | 3.51 | - |
| YUV | 96.18 | 90.09 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 29 | 0.35 | 0 | 0.76 | 0.53 | 88 | 0.61 | 0.29 |
| Hex | 4D | 77 | 1D | 23 | 0 | 4C | 35 | 58 | 3D | 1D |
| Octal | 115 | 167 | 35 | 43 | 0 | 114 | 65 | 130 | 75 | 35 |
| Binary | 1001101 | 1110111 | 11101 | 100011 | 0 | 1001100 | 110101 | 1011000 | 111101 | 11101 |
Color Harmonies of #4D771D
Complementary color
Monochromatic Colors of #4D771D
Black with #4D771D
Text Example
Text Example
White with #4D771D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D771D; }
p { color: rgb(77,119,29); }
H1.HeaderClassName
{
color: #4D771D;
}
.AnyTagClassName
{
color: #4D771D;
}
</style>
background-color css
<style>
a { background-color: #4D771D; }
a { background-color: rgb(77,119,29); }
div.DivClassName
{
background-color: #4D771D;
}
.BgClassName
{
background-color: #4D771D;
}
</style>
border-color css
<style>
span { border-color: #4D771D; }
span { border-color: rgb(77,119,29); }
td.TdClassName
{
border-color: #4D771D;
}
.TagClassName
{
border-color: #4D771D;
}
</style>