Shades of Green Leaf #4D7E0A
Tints of Green Leaf #4D7E0A
RGB
CMYK
RGB Variations
Color information
#4D7E0A (or 0x4D7E0A) is known color: Green Leaf. HEX triplet: 4D, 7E and 0A. RGB value is (77,126,10). Sum of RGB (Red+Green+Blue) = 77+126+10=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 126 (49.61% from 255 or 59.15% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 126 - color contains mainly: green. Hex color #4D7E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7E0A is #B281F5. Grayscale: #626262. Windows color (decimal): -11698678 or 687693. OLE color: 687693.
HSL color Cylindrical-coordinate representation of color #4D7E0A: hue angle of 85.34º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D7E0A is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 126 | 10 | - |
| CMYK | 0.39 | 0 | 0.92 | 0.51 |
| HSL | 85.34º | 0.85% | 0.27% | - |
| HSV(B) | 85.34º | 0.92% | 0.49% | - |
| XYZ | 10.58 | 16.52 | 2.92 | - |
| YUV | 98.13 | 78.27 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 126 | 10 | 0.39 | 0 | 0.92 | 0.51 | 85.34 | 0.85 | 0.27 |
| Hex | 4D | 7E | A | 27 | 0 | 5C | 33 | 55 | 55 | 1B |
| Octal | 115 | 176 | 12 | 47 | 0 | 134 | 63 | 125 | 125 | 33 |
| Binary | 1001101 | 1111110 | 1010 | 100111 | 0 | 1011100 | 110011 | 1010101 | 1010101 | 11011 |
Color Harmonies of #4D7E0A
Complementary color
Monochromatic Colors of #4D7E0A
Black with #4D7E0A
Text Example
Text Example
White with #4D7E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7E0A; }
p { color: rgb(77,126,10); }
H1.HeaderClassName
{
color: #4D7E0A;
}
.AnyTagClassName
{
color: #4D7E0A;
}
</style>
background-color css
<style>
a { background-color: #4D7E0A; }
a { background-color: rgb(77,126,10); }
div.DivClassName
{
background-color: #4D7E0A;
}
.BgClassName
{
background-color: #4D7E0A;
}
</style>
border-color css
<style>
span { border-color: #4D7E0A; }
span { border-color: rgb(77,126,10); }
td.TdClassName
{
border-color: #4D7E0A;
}
.TagClassName
{
border-color: #4D7E0A;
}
</style>