Shades of Green Leaf #4D612F
Tints of Green Leaf #4D612F
RGB
CMYK
RGB Variations
Color information
#4D612F (or 0x4D612F) is known color: Green Leaf. HEX triplet: 4D, 61 and 2F. RGB value is (77,97,47). Sum of RGB (Red+Green+Blue) = 77+97+47=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #4D612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D612F is #B29ED0. Grayscale: #555555. Windows color (decimal): -11706065 or 3105101. OLE color: 3105101.
HSL color Cylindrical-coordinate representation of color #4D612F: hue angle of 84º 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 #4D612F is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 97 | 47 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.62 |
| HSL | 84º | 0.35% | 0.28% | - |
| HSV(B) | 84º | 0.52% | 0.38% | - |
| XYZ | 7.85 | 10.33 | 4.27 | - |
| YUV | 85.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 47 | 0.21 | 0 | 0.52 | 0.62 | 84 | 0.35 | 0.28 |
| Hex | 4D | 61 | 2F | 15 | 0 | 34 | 3E | 54 | 23 | 1C |
| Octal | 115 | 141 | 57 | 25 | 0 | 64 | 76 | 124 | 43 | 34 |
| Binary | 1001101 | 1100001 | 101111 | 10101 | 0 | 110100 | 111110 | 1010100 | 100011 | 11100 |
Color Harmonies of #4D612F
Complementary color
Monochromatic Colors of #4D612F
Black with #4D612F
Text Example
Text Example
White with #4D612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D612F; }
p { color: rgb(77,97,47); }
H1.HeaderClassName
{
color: #4D612F;
}
.AnyTagClassName
{
color: #4D612F;
}
</style>
background-color css
<style>
a { background-color: #4D612F; }
a { background-color: rgb(77,97,47); }
div.DivClassName
{
background-color: #4D612F;
}
.BgClassName
{
background-color: #4D612F;
}
</style>
border-color css
<style>
span { border-color: #4D612F; }
span { border-color: rgb(77,97,47); }
td.TdClassName
{
border-color: #4D612F;
}
.TagClassName
{
border-color: #4D612F;
}
</style>