Shades of Green Leaf #4D6228
Tints of Green Leaf #4D6228
RGB
CMYK
RGB Variations
Color information
#4D6228 (or 0x4D6228) is known color: Green Leaf. HEX triplet: 4D, 62 and 28. RGB value is (77,98,40). Sum of RGB (Red+Green+Blue) = 77+98+40=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6228 is #B29DD7. Grayscale: #555555. Windows color (decimal): -11705816 or 2646605. OLE color: 2646605.
HSL color Cylindrical-coordinate representation of color #4D6228: hue angle of 81.72º 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 #4D6228 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 98 | 40 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.62 |
| HSL | 81.72º | 0.42% | 0.27% | - |
| HSV(B) | 81.72º | 0.59% | 0.38% | - |
| XYZ | 7.81 | 10.47 | 3.62 | - |
| YUV | 85.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 40 | 0.21 | 0 | 0.59 | 0.62 | 81.72 | 0.42 | 0.27 |
| Hex | 4D | 62 | 28 | 15 | 0 | 3B | 3E | 52 | 2A | 1B |
| Octal | 115 | 142 | 50 | 25 | 0 | 73 | 76 | 122 | 52 | 33 |
| Binary | 1001101 | 1100010 | 101000 | 10101 | 0 | 111011 | 111110 | 1010010 | 101010 | 11011 |
Color Harmonies of #4D6228
Complementary color
Monochromatic Colors of #4D6228
Black with #4D6228
Text Example
Text Example
White with #4D6228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6228; }
p { color: rgb(77,98,40); }
H1.HeaderClassName
{
color: #4D6228;
}
.AnyTagClassName
{
color: #4D6228;
}
</style>
background-color css
<style>
a { background-color: #4D6228; }
a { background-color: rgb(77,98,40); }
div.DivClassName
{
background-color: #4D6228;
}
.BgClassName
{
background-color: #4D6228;
}
</style>
border-color css
<style>
span { border-color: #4D6228; }
span { border-color: rgb(77,98,40); }
td.TdClassName
{
border-color: #4D6228;
}
.TagClassName
{
border-color: #4D6228;
}
</style>