Shades of Green Leaf #4D6127
Tints of Green Leaf #4D6127
RGB
CMYK
RGB Variations
Color information
#4D6127 (or 0x4D6127) is known color: Green Leaf. HEX triplet: 4D, 61 and 27. RGB value is (77,97,39). Sum of RGB (Red+Green+Blue) = 77+97+39=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #4D6127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6127 is #B29ED8. Grayscale: #545454. Windows color (decimal): -11706073 or 2580813. OLE color: 2580813.
HSL color Cylindrical-coordinate representation of color #4D6127: hue angle of 80.69º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D6127 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 97 | 39 | - |
| CMYK | 0.21 | 0 | 0.60 | 0.62 |
| HSL | 80.69º | 0.43% | 0.27% | - |
| HSV(B) | 80.69º | 0.6% | 0.38% | - |
| XYZ | 7.7 | 10.27 | 3.5 | - |
| YUV | 84.41 | 102.37 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 39 | 0.21 | 0 | 0.60 | 0.62 | 80.69 | 0.43 | 0.27 |
| Hex | 4D | 61 | 27 | 15 | 0 | 3C | 3E | 51 | 2B | 1B |
| Octal | 115 | 141 | 47 | 25 | 0 | 74 | 76 | 121 | 53 | 33 |
| Binary | 1001101 | 1100001 | 100111 | 10101 | 0 | 111100 | 111110 | 1010001 | 101011 | 11011 |
Color Harmonies of #4D6127
Complementary color
Monochromatic Colors of #4D6127
Black with #4D6127
Text Example
Text Example
White with #4D6127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6127; }
p { color: rgb(77,97,39); }
H1.HeaderClassName
{
color: #4D6127;
}
.AnyTagClassName
{
color: #4D6127;
}
</style>
background-color css
<style>
a { background-color: #4D6127; }
a { background-color: rgb(77,97,39); }
div.DivClassName
{
background-color: #4D6127;
}
.BgClassName
{
background-color: #4D6127;
}
</style>
border-color css
<style>
span { border-color: #4D6127; }
span { border-color: rgb(77,97,39); }
td.TdClassName
{
border-color: #4D6127;
}
.TagClassName
{
border-color: #4D6127;
}
</style>