Shades of Green Leaf #4D7615
Tints of Green Leaf #4D7615
RGB
CMYK
RGB Variations
Color information
#4D7615 (or 0x4D7615) is known color: Green Leaf. HEX triplet: 4D, 76 and 15. RGB value is (77,118,21). Sum of RGB (Red+Green+Blue) = 77+118+21=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #4D7615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7615 is #B289EA. Grayscale: #5F5F5F. Windows color (decimal): -11700715 or 1406541. OLE color: 1406541.
HSL color Cylindrical-coordinate representation of color #4D7615: hue angle of 85.36º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D7615 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 118 | 21 | - |
| CMYK | 0.35 | 0 | 0.82 | 0.54 |
| HSL | 85.36º | 0.7% | 0.27% | - |
| HSV(B) | 85.36º | 0.82% | 0.46% | - |
| XYZ | 9.67 | 14.59 | 3.02 | - |
| YUV | 94.68 | 86.42 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 21 | 0.35 | 0 | 0.82 | 0.54 | 85.36 | 0.7 | 0.27 |
| Hex | 4D | 76 | 15 | 23 | 0 | 52 | 36 | 55 | 46 | 1B |
| Octal | 115 | 166 | 25 | 43 | 0 | 122 | 66 | 125 | 106 | 33 |
| Binary | 1001101 | 1110110 | 10101 | 100011 | 0 | 1010010 | 110110 | 1010101 | 1000110 | 11011 |
Color Harmonies of #4D7615
Complementary color
Monochromatic Colors of #4D7615
Black with #4D7615
Text Example
Text Example
White with #4D7615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7615; }
p { color: rgb(77,118,21); }
H1.HeaderClassName
{
color: #4D7615;
}
.AnyTagClassName
{
color: #4D7615;
}
</style>
background-color css
<style>
a { background-color: #4D7615; }
a { background-color: rgb(77,118,21); }
div.DivClassName
{
background-color: #4D7615;
}
.BgClassName
{
background-color: #4D7615;
}
</style>
border-color css
<style>
span { border-color: #4D7615; }
span { border-color: rgb(77,118,21); }
td.TdClassName
{
border-color: #4D7615;
}
.TagClassName
{
border-color: #4D7615;
}
</style>