Shades of Green Leaf #4D7313
Tints of Green Leaf #4D7313
RGB
CMYK
RGB Variations
Color information
#4D7313 (or 0x4D7313) is known color: Green Leaf. HEX triplet: 4D, 73 and 13. RGB value is (77,115,19). Sum of RGB (Red+Green+Blue) = 77+115+19=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7313 is #B28CEC. Grayscale: #5D5D5D. Windows color (decimal): -11701485 or 1274701. OLE color: 1274701.
HSL color Cylindrical-coordinate representation of color #4D7313: hue angle of 83.75º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D7313 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 19 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.55 |
| HSL | 83.75º | 0.72% | 0.26% | - |
| HSV(B) | 83.75º | 0.83% | 0.45% | - |
| XYZ | 9.31 | 13.89 | 2.81 | - |
| YUV | 92.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 19 | 0.33 | 0 | 0.83 | 0.55 | 83.75 | 0.72 | 0.26 |
| Hex | 4D | 73 | 13 | 21 | 0 | 53 | 37 | 54 | 48 | 1A |
| Octal | 115 | 163 | 23 | 41 | 0 | 123 | 67 | 124 | 110 | 32 |
| Binary | 1001101 | 1110011 | 10011 | 100001 | 0 | 1010011 | 110111 | 1010100 | 1001000 | 11010 |
Color Harmonies of #4D7313
Complementary color
Monochromatic Colors of #4D7313
Black with #4D7313
Text Example
Text Example
White with #4D7313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7313; }
p { color: rgb(77,115,19); }
H1.HeaderClassName
{
color: #4D7313;
}
.AnyTagClassName
{
color: #4D7313;
}
</style>
background-color css
<style>
a { background-color: #4D7313; }
a { background-color: rgb(77,115,19); }
div.DivClassName
{
background-color: #4D7313;
}
.BgClassName
{
background-color: #4D7313;
}
</style>
border-color css
<style>
span { border-color: #4D7313; }
span { border-color: rgb(77,115,19); }
td.TdClassName
{
border-color: #4D7313;
}
.TagClassName
{
border-color: #4D7313;
}
</style>