Shades of Green Leaf #4D7926
Tints of Green Leaf #4D7926
RGB
CMYK
RGB Variations
Color information
#4D7926 (or 0x4D7926) is known color: Green Leaf. HEX triplet: 4D, 79 and 26. RGB value is (77,121,38). Sum of RGB (Red+Green+Blue) = 77+121+38=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #4D7926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7926 is #B286D9. Grayscale: #626262. Windows color (decimal): -11699930 or 2521421. OLE color: 2521421.
HSL color Cylindrical-coordinate representation of color #4D7926: hue angle of 91.81º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D7926 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 121 | 38 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.53 |
| HSL | 91.81º | 0.52% | 0.31% | - |
| HSV(B) | 91.81º | 0.69% | 0.47% | - |
| XYZ | 10.25 | 15.39 | 4.26 | - |
| YUV | 98.38 | 93.92 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 121 | 38 | 0.36 | 0 | 0.69 | 0.53 | 91.81 | 0.52 | 0.31 |
| Hex | 4D | 79 | 26 | 24 | 0 | 45 | 35 | 5C | 34 | 1F |
| Octal | 115 | 171 | 46 | 44 | 0 | 105 | 65 | 134 | 64 | 37 |
| Binary | 1001101 | 1111001 | 100110 | 100100 | 0 | 1000101 | 110101 | 1011100 | 110100 | 11111 |
Color Harmonies of #4D7926
Complementary color
Monochromatic Colors of #4D7926
Black with #4D7926
Text Example
Text Example
White with #4D7926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7926; }
p { color: rgb(77,121,38); }
H1.HeaderClassName
{
color: #4D7926;
}
.AnyTagClassName
{
color: #4D7926;
}
</style>
background-color css
<style>
a { background-color: #4D7926; }
a { background-color: rgb(77,121,38); }
div.DivClassName
{
background-color: #4D7926;
}
.BgClassName
{
background-color: #4D7926;
}
</style>
border-color css
<style>
span { border-color: #4D7926; }
span { border-color: rgb(77,121,38); }
td.TdClassName
{
border-color: #4D7926;
}
.TagClassName
{
border-color: #4D7926;
}
</style>