Shades of Green Leaf #4D7A19
Tints of Green Leaf #4D7A19
RGB
CMYK
RGB Variations
Color information
#4D7A19 (or 0x4D7A19) is known color: Green Leaf. HEX triplet: 4D, 7A and 19. RGB value is (77,122,25). Sum of RGB (Red+Green+Blue) = 77+122+25=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 122 (48.05% from 255 or 54.46% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 122 - color contains mainly: green. Hex color #4D7A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4D7A19 is #B285E6. Grayscale: #616161. Windows color (decimal): -11699687 or 1669709. OLE color: 1669709.
HSL color Cylindrical-coordinate representation of color #4D7A19: hue angle of 87.84º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D7A19 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 122 | 25 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.52 |
| HSL | 87.84º | 0.66% | 0.29% | - |
| HSV(B) | 87.84º | 0.8% | 0.48% | - |
| XYZ | 10.2 | 15.57 | 3.39 | - |
| YUV | 97.49 | 87.09 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 122 | 25 | 0.37 | 0 | 0.80 | 0.52 | 87.84 | 0.66 | 0.29 |
| Hex | 4D | 7A | 19 | 25 | 0 | 50 | 34 | 58 | 42 | 1D |
| Octal | 115 | 172 | 31 | 45 | 0 | 120 | 64 | 130 | 102 | 35 |
| Binary | 1001101 | 1111010 | 11001 | 100101 | 0 | 1010000 | 110100 | 1011000 | 1000010 | 11101 |
Color Harmonies of #4D7A19
Complementary color
Monochromatic Colors of #4D7A19
Black with #4D7A19
Text Example
Text Example
White with #4D7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7A19; }
p { color: rgb(77,122,25); }
H1.HeaderClassName
{
color: #4D7A19;
}
.AnyTagClassName
{
color: #4D7A19;
}
</style>
background-color css
<style>
a { background-color: #4D7A19; }
a { background-color: rgb(77,122,25); }
div.DivClassName
{
background-color: #4D7A19;
}
.BgClassName
{
background-color: #4D7A19;
}
</style>
border-color css
<style>
span { border-color: #4D7A19; }
span { border-color: rgb(77,122,25); }
td.TdClassName
{
border-color: #4D7A19;
}
.TagClassName
{
border-color: #4D7A19;
}
</style>