Shades of Green Leaf #4D662F
Tints of Green Leaf #4D662F
RGB
CMYK
RGB Variations
Color information
#4D662F (or 0x4D662F) is known color: Green Leaf. HEX triplet: 4D, 66 and 2F. RGB value is (77,102,47). Sum of RGB (Red+Green+Blue) = 77+102+47=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #4D662F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D662F is #B299D0. Grayscale: #585858. Windows color (decimal): -11704785 or 3106381. OLE color: 3106381.
HSL color Cylindrical-coordinate representation of color #4D662F: hue angle of 87.27º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D662F is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 77 | 102 | 47 | - |
| CMYK | 0.25 | 0 | 0.54 | 0.6 |
| HSL | 87.27º | 0.37% | 0.29% | - |
| HSV(B) | 87.27º | 0.54% | 0.4% | - |
| XYZ | 8.33 | 11.29 | 4.43 | - |
| YUV | 88.26 | 104.72 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 47 | 0.25 | 0 | 0.54 | 0.6 | 87.27 | 0.37 | 0.29 |
| Hex | 4D | 66 | 2F | 19 | 0 | 36 | 3C | 57 | 25 | 1D |
| Octal | 115 | 146 | 57 | 31 | 0 | 66 | 74 | 127 | 45 | 35 |
| Binary | 1001101 | 1100110 | 101111 | 11001 | 0 | 110110 | 111100 | 1010111 | 100101 | 11101 |
Color Harmonies of #4D662F
Complementary color
Monochromatic Colors of #4D662F
Black with #4D662F
Text Example
Text Example
White with #4D662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D662F; }
p { color: rgb(77,102,47); }
H1.HeaderClassName
{
color: #4D662F;
}
.AnyTagClassName
{
color: #4D662F;
}
</style>
background-color css
<style>
a { background-color: #4D662F; }
a { background-color: rgb(77,102,47); }
div.DivClassName
{
background-color: #4D662F;
}
.BgClassName
{
background-color: #4D662F;
}
</style>
border-color css
<style>
span { border-color: #4D662F; }
span { border-color: rgb(77,102,47); }
td.TdClassName
{
border-color: #4D662F;
}
.TagClassName
{
border-color: #4D662F;
}
</style>