Shades of Green Leaf #4D771B
Tints of Green Leaf #4D771B
RGB
CMYK
RGB Variations
Color information
#4D771B (or 0x4D771B) is known color: Green Leaf. HEX triplet: 4D, 77 and 1B. RGB value is (77,119,27). Sum of RGB (Red+Green+Blue) = 77+119+27=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #4D771B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D771B is #B288E4. Grayscale: #606060. Windows color (decimal): -11700453 or 1800013. OLE color: 1800013.
HSL color Cylindrical-coordinate representation of color #4D771B: hue angle of 87.39º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D771B is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 119 | 27 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.53 |
| HSL | 87.39º | 0.63% | 0.29% | - |
| HSV(B) | 87.39º | 0.77% | 0.47% | - |
| XYZ | 9.86 | 14.85 | 3.38 | - |
| YUV | 95.95 | 89.09 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 27 | 0.35 | 0 | 0.77 | 0.53 | 87.39 | 0.63 | 0.29 |
| Hex | 4D | 77 | 1B | 23 | 0 | 4D | 35 | 57 | 3F | 1D |
| Octal | 115 | 167 | 33 | 43 | 0 | 115 | 65 | 127 | 77 | 35 |
| Binary | 1001101 | 1110111 | 11011 | 100011 | 0 | 1001101 | 110101 | 1010111 | 111111 | 11101 |
Color Harmonies of #4D771B
Complementary color
Monochromatic Colors of #4D771B
Black with #4D771B
Text Example
Text Example
White with #4D771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D771B; }
p { color: rgb(77,119,27); }
H1.HeaderClassName
{
color: #4D771B;
}
.AnyTagClassName
{
color: #4D771B;
}
</style>
background-color css
<style>
a { background-color: #4D771B; }
a { background-color: rgb(77,119,27); }
div.DivClassName
{
background-color: #4D771B;
}
.BgClassName
{
background-color: #4D771B;
}
</style>
border-color css
<style>
span { border-color: #4D771B; }
span { border-color: rgb(77,119,27); }
td.TdClassName
{
border-color: #4D771B;
}
.TagClassName
{
border-color: #4D771B;
}
</style>