Shades of Green Leaf #4D7415
Tints of Green Leaf #4D7415
RGB
CMYK
RGB Variations
Color information
#4D7415 (or 0x4D7415) is known color: Green Leaf. HEX triplet: 4D, 74 and 15. RGB value is (77,116,21). Sum of RGB (Red+Green+Blue) = 77+116+21=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 21 (8.59% from 255 or 9.81% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #4D7415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7415 is #B28BEA. Grayscale: #5D5D5D. Windows color (decimal): -11701227 or 1406029. OLE color: 1406029.
HSL color Cylindrical-coordinate representation of color #4D7415: hue angle of 84.63º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D7415 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 116 | 21 | - |
| CMYK | 0.34 | 0 | 0.82 | 0.55 |
| HSL | 84.63º | 0.69% | 0.27% | - |
| HSV(B) | 84.63º | 0.82% | 0.45% | - |
| XYZ | 9.44 | 14.12 | 2.94 | - |
| YUV | 93.51 | 87.08 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 21 | 0.34 | 0 | 0.82 | 0.55 | 84.63 | 0.69 | 0.27 |
| Hex | 4D | 74 | 15 | 22 | 0 | 52 | 37 | 55 | 45 | 1B |
| Octal | 115 | 164 | 25 | 42 | 0 | 122 | 67 | 125 | 105 | 33 |
| Binary | 1001101 | 1110100 | 10101 | 100010 | 0 | 1010010 | 110111 | 1010101 | 1000101 | 11011 |
Color Harmonies of #4D7415
Complementary color
Monochromatic Colors of #4D7415
Black with #4D7415
Text Example
Text Example
White with #4D7415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7415; }
p { color: rgb(77,116,21); }
H1.HeaderClassName
{
color: #4D7415;
}
.AnyTagClassName
{
color: #4D7415;
}
</style>
background-color css
<style>
a { background-color: #4D7415; }
a { background-color: rgb(77,116,21); }
div.DivClassName
{
background-color: #4D7415;
}
.BgClassName
{
background-color: #4D7415;
}
</style>
border-color css
<style>
span { border-color: #4D7415; }
span { border-color: rgb(77,116,21); }
td.TdClassName
{
border-color: #4D7415;
}
.TagClassName
{
border-color: #4D7415;
}
</style>