Shades of Green Leaf #4D7919
Tints of Green Leaf #4D7919
RGB
CMYK
RGB Variations
Color information
#4D7919 (or 0x4D7919) is known color: Green Leaf. HEX triplet: 4D, 79 and 19. RGB value is (77,121,25). Sum of RGB (Red+Green+Blue) = 77+121+25=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #4D7919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7919 is #B286E6. Grayscale: #616161. Windows color (decimal): -11699943 or 1669453. OLE color: 1669453.
HSL color Cylindrical-coordinate representation of color #4D7919: hue angle of 87.5º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D7919 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 121 | 25 | - |
| CMYK | 0.36 | 0 | 0.79 | 0.53 |
| HSL | 87.5º | 0.66% | 0.29% | - |
| HSV(B) | 87.5º | 0.79% | 0.47% | - |
| XYZ | 10.07 | 15.32 | 3.35 | - |
| YUV | 96.9 | 87.42 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 121 | 25 | 0.36 | 0 | 0.79 | 0.53 | 87.5 | 0.66 | 0.29 |
| Hex | 4D | 79 | 19 | 24 | 0 | 4F | 35 | 57 | 42 | 1D |
| Octal | 115 | 171 | 31 | 44 | 0 | 117 | 65 | 127 | 102 | 35 |
| Binary | 1001101 | 1111001 | 11001 | 100100 | 0 | 1001111 | 110101 | 1010111 | 1000010 | 11101 |
Color Harmonies of #4D7919
Complementary color
Monochromatic Colors of #4D7919
Black with #4D7919
Text Example
Text Example
White with #4D7919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7919; }
p { color: rgb(77,121,25); }
H1.HeaderClassName
{
color: #4D7919;
}
.AnyTagClassName
{
color: #4D7919;
}
</style>
background-color css
<style>
a { background-color: #4D7919; }
a { background-color: rgb(77,121,25); }
div.DivClassName
{
background-color: #4D7919;
}
.BgClassName
{
background-color: #4D7919;
}
</style>
border-color css
<style>
span { border-color: #4D7919; }
span { border-color: rgb(77,121,25); }
td.TdClassName
{
border-color: #4D7919;
}
.TagClassName
{
border-color: #4D7919;
}
</style>