Shades of Green Leaf #4D7019
Tints of Green Leaf #4D7019
RGB
CMYK
RGB Variations
Color information
#4D7019 (or 0x4D7019) is known color: Green Leaf. HEX triplet: 4D, 70 and 19. RGB value is (77,112,25). Sum of RGB (Red+Green+Blue) = 77+112+25=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7019 is #B28FE6. Grayscale: #5B5B5B. Windows color (decimal): -11702247 or 1667149. OLE color: 1667149.
HSL color Cylindrical-coordinate representation of color #4D7019: hue angle of 84.14º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D7019 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 25 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.56 |
| HSL | 84.14º | 0.64% | 0.27% | - |
| HSV(B) | 84.14º | 0.78% | 0.44% | - |
| XYZ | 9.03 | 13.24 | 3 | - |
| YUV | 91.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 25 | 0.31 | 0 | 0.78 | 0.56 | 84.14 | 0.64 | 0.27 |
| Hex | 4D | 70 | 19 | 1F | 0 | 4E | 38 | 54 | 40 | 1B |
| Octal | 115 | 160 | 31 | 37 | 0 | 116 | 70 | 124 | 100 | 33 |
| Binary | 1001101 | 1110000 | 11001 | 11111 | 0 | 1001110 | 111000 | 1010100 | 1000000 | 11011 |
Color Harmonies of #4D7019
Complementary color
Monochromatic Colors of #4D7019
Black with #4D7019
Text Example
Text Example
White with #4D7019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7019; }
p { color: rgb(77,112,25); }
H1.HeaderClassName
{
color: #4D7019;
}
.AnyTagClassName
{
color: #4D7019;
}
</style>
background-color css
<style>
a { background-color: #4D7019; }
a { background-color: rgb(77,112,25); }
div.DivClassName
{
background-color: #4D7019;
}
.BgClassName
{
background-color: #4D7019;
}
</style>
border-color css
<style>
span { border-color: #4D7019; }
span { border-color: rgb(77,112,25); }
td.TdClassName
{
border-color: #4D7019;
}
.TagClassName
{
border-color: #4D7019;
}
</style>