Shades of Green Leaf #4D622F
Tints of Green Leaf #4D622F
RGB
CMYK
RGB Variations
Color information
#4D622F (or 0x4D622F) is known color: Green Leaf. HEX triplet: 4D, 62 and 2F. RGB value is (77,98,47). Sum of RGB (Red+Green+Blue) = 77+98+47=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #4D622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D622F is #B29DD0. Grayscale: #565656. Windows color (decimal): -11705809 or 3105357. OLE color: 3105357.
HSL color Cylindrical-coordinate representation of color #4D622F: hue angle of 84.71º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D622F is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 98 | 47 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.62 |
| HSL | 84.71º | 0.35% | 0.28% | - |
| HSV(B) | 84.71º | 0.52% | 0.38% | - |
| XYZ | 7.94 | 10.52 | 4.3 | - |
| YUV | 85.91 | 106.04 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 47 | 0.21 | 0 | 0.52 | 0.62 | 84.71 | 0.35 | 0.28 |
| Hex | 4D | 62 | 2F | 15 | 0 | 34 | 3E | 55 | 23 | 1C |
| Octal | 115 | 142 | 57 | 25 | 0 | 64 | 76 | 125 | 43 | 34 |
| Binary | 1001101 | 1100010 | 101111 | 10101 | 0 | 110100 | 111110 | 1010101 | 100011 | 11100 |
Color Harmonies of #4D622F
Complementary color
Monochromatic Colors of #4D622F
Black with #4D622F
Text Example
Text Example
White with #4D622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D622F; }
p { color: rgb(77,98,47); }
H1.HeaderClassName
{
color: #4D622F;
}
.AnyTagClassName
{
color: #4D622F;
}
</style>
background-color css
<style>
a { background-color: #4D622F; }
a { background-color: rgb(77,98,47); }
div.DivClassName
{
background-color: #4D622F;
}
.BgClassName
{
background-color: #4D622F;
}
</style>
border-color css
<style>
span { border-color: #4D622F; }
span { border-color: rgb(77,98,47); }
td.TdClassName
{
border-color: #4D622F;
}
.TagClassName
{
border-color: #4D622F;
}
</style>