Shades of Green Leaf #4D780E
Tints of Green Leaf #4D780E
RGB
CMYK
RGB Variations
Color information
#4D780E (or 0x4D780E) is known color: Green Leaf. HEX triplet: 4D, 78 and 0E. RGB value is (77,120,14). Sum of RGB (Red+Green+Blue) = 77+120+14=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #4D780E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D780E is #B287F1. Grayscale: #5F5F5F. Windows color (decimal): -11700210 or 948301. OLE color: 948301.
HSL color Cylindrical-coordinate representation of color #4D780E: hue angle of 84.34º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D780E is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 120 | 14 | - |
| CMYK | 0.36 | 0 | 0.88 | 0.53 |
| HSL | 84.34º | 0.79% | 0.26% | - |
| HSV(B) | 84.34º | 0.88% | 0.47% | - |
| XYZ | 9.86 | 15.04 | 2.8 | - |
| YUV | 95.06 | 82.25 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 14 | 0.36 | 0 | 0.88 | 0.53 | 84.34 | 0.79 | 0.26 |
| Hex | 4D | 78 | E | 24 | 0 | 58 | 35 | 54 | 4F | 1A |
| Octal | 115 | 170 | 16 | 44 | 0 | 130 | 65 | 124 | 117 | 32 |
| Binary | 1001101 | 1111000 | 1110 | 100100 | 0 | 1011000 | 110101 | 1010100 | 1001111 | 11010 |
Color Harmonies of #4D780E
Complementary color
Monochromatic Colors of #4D780E
Black with #4D780E
Text Example
Text Example
White with #4D780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D780E; }
p { color: rgb(77,120,14); }
H1.HeaderClassName
{
color: #4D780E;
}
.AnyTagClassName
{
color: #4D780E;
}
</style>
background-color css
<style>
a { background-color: #4D780E; }
a { background-color: rgb(77,120,14); }
div.DivClassName
{
background-color: #4D780E;
}
.BgClassName
{
background-color: #4D780E;
}
</style>
border-color css
<style>
span { border-color: #4D780E; }
span { border-color: rgb(77,120,14); }
td.TdClassName
{
border-color: #4D780E;
}
.TagClassName
{
border-color: #4D780E;
}
</style>