Shades of Green Leaf #4D771A
Tints of Green Leaf #4D771A
RGB
CMYK
RGB Variations
Color information
#4D771A (or 0x4D771A) is known color: Green Leaf. HEX triplet: 4D, 77 and 1A. RGB value is (77,119,26). Sum of RGB (Red+Green+Blue) = 77+119+26=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #4D771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D771A is #B288E5. Grayscale: #606060. Windows color (decimal): -11700454 or 1734477. OLE color: 1734477.
HSL color Cylindrical-coordinate representation of color #4D771A: hue angle of 87.1º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D771A is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 26 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.53 |
| HSL | 87.1º | 0.64% | 0.28% | - |
| HSV(B) | 87.1º | 0.78% | 0.47% | - |
| XYZ | 9.84 | 14.85 | 3.32 | - |
| YUV | 95.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 26 | 0.35 | 0 | 0.78 | 0.53 | 87.1 | 0.64 | 0.28 |
| Hex | 4D | 77 | 1A | 23 | 0 | 4E | 35 | 57 | 40 | 1C |
| Octal | 115 | 167 | 32 | 43 | 0 | 116 | 65 | 127 | 100 | 34 |
| Binary | 1001101 | 1110111 | 11010 | 100011 | 0 | 1001110 | 110101 | 1010111 | 1000000 | 11100 |
Color Harmonies of #4D771A
Complementary color
Monochromatic Colors of #4D771A
Black with #4D771A
Text Example
Text Example
White with #4D771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D771A; }
p { color: rgb(77,119,26); }
H1.HeaderClassName
{
color: #4D771A;
}
.AnyTagClassName
{
color: #4D771A;
}
</style>
background-color css
<style>
a { background-color: #4D771A; }
a { background-color: rgb(77,119,26); }
div.DivClassName
{
background-color: #4D771A;
}
.BgClassName
{
background-color: #4D771A;
}
</style>
border-color css
<style>
span { border-color: #4D771A; }
span { border-color: rgb(77,119,26); }
td.TdClassName
{
border-color: #4D771A;
}
.TagClassName
{
border-color: #4D771A;
}
</style>