Shades of Green Leaf #4D622B
Tints of Green Leaf #4D622B
RGB
CMYK
RGB Variations
Color information
#4D622B (or 0x4D622B) is known color: Green Leaf. HEX triplet: 4D, 62 and 2B. RGB value is (77,98,43). Sum of RGB (Red+Green+Blue) = 77+98+43=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #4D622B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D622B is #B29DD4. Grayscale: #555555. Windows color (decimal): -11705813 or 2843213. OLE color: 2843213.
HSL color Cylindrical-coordinate representation of color #4D622B: hue angle of 82.91º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D622B is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 98 | 43 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.62 |
| HSL | 82.91º | 0.39% | 0.28% | - |
| HSV(B) | 82.91º | 0.56% | 0.38% | - |
| XYZ | 7.86 | 10.49 | 3.9 | - |
| YUV | 85.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 43 | 0.21 | 0 | 0.56 | 0.62 | 82.91 | 0.39 | 0.28 |
| Hex | 4D | 62 | 2B | 15 | 0 | 38 | 3E | 53 | 27 | 1C |
| Octal | 115 | 142 | 53 | 25 | 0 | 70 | 76 | 123 | 47 | 34 |
| Binary | 1001101 | 1100010 | 101011 | 10101 | 0 | 111000 | 111110 | 1010011 | 100111 | 11100 |
Color Harmonies of #4D622B
Complementary color
Monochromatic Colors of #4D622B
Black with #4D622B
Text Example
Text Example
White with #4D622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D622B; }
p { color: rgb(77,98,43); }
H1.HeaderClassName
{
color: #4D622B;
}
.AnyTagClassName
{
color: #4D622B;
}
</style>
background-color css
<style>
a { background-color: #4D622B; }
a { background-color: rgb(77,98,43); }
div.DivClassName
{
background-color: #4D622B;
}
.BgClassName
{
background-color: #4D622B;
}
</style>
border-color css
<style>
span { border-color: #4D622B; }
span { border-color: rgb(77,98,43); }
td.TdClassName
{
border-color: #4D622B;
}
.TagClassName
{
border-color: #4D622B;
}
</style>