Shades of Green Leaf #4D6128
Tints of Green Leaf #4D6128
RGB
CMYK
RGB Variations
Color information
#4D6128 (or 0x4D6128) is known color: Green Leaf. HEX triplet: 4D, 61 and 28. RGB value is (77,97,40). Sum of RGB (Red+Green+Blue) = 77+97+40=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #4D6128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6128 is #B29ED7. Grayscale: #545454. Windows color (decimal): -11706072 or 2646349. OLE color: 2646349.
HSL color Cylindrical-coordinate representation of color #4D6128: hue angle of 81.05º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D6128 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 97 | 40 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.62 |
| HSL | 81.05º | 0.42% | 0.27% | - |
| HSV(B) | 81.05º | 0.59% | 0.38% | - |
| XYZ | 7.72 | 10.28 | 3.58 | - |
| YUV | 84.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 40 | 0.21 | 0 | 0.59 | 0.62 | 81.05 | 0.42 | 0.27 |
| Hex | 4D | 61 | 28 | 15 | 0 | 3B | 3E | 51 | 2A | 1B |
| Octal | 115 | 141 | 50 | 25 | 0 | 73 | 76 | 121 | 52 | 33 |
| Binary | 1001101 | 1100001 | 101000 | 10101 | 0 | 111011 | 111110 | 1010001 | 101010 | 11011 |
Color Harmonies of #4D6128
Complementary color
Monochromatic Colors of #4D6128
Black with #4D6128
Text Example
Text Example
White with #4D6128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6128; }
p { color: rgb(77,97,40); }
H1.HeaderClassName
{
color: #4D6128;
}
.AnyTagClassName
{
color: #4D6128;
}
</style>
background-color css
<style>
a { background-color: #4D6128; }
a { background-color: rgb(77,97,40); }
div.DivClassName
{
background-color: #4D6128;
}
.BgClassName
{
background-color: #4D6128;
}
</style>
border-color css
<style>
span { border-color: #4D6128; }
span { border-color: rgb(77,97,40); }
td.TdClassName
{
border-color: #4D6128;
}
.TagClassName
{
border-color: #4D6128;
}
</style>