Shades of Green Leaf #4D612D
Tints of Green Leaf #4D612D
RGB
CMYK
RGB Variations
Color information
#4D612D (or 0x4D612D) is known color: Green Leaf. HEX triplet: 4D, 61 and 2D. RGB value is (77,97,45). Sum of RGB (Red+Green+Blue) = 77+97+45=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #4D612D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D612D is #B29ED2. Grayscale: #555555. Windows color (decimal): -11706067 or 2974029. OLE color: 2974029.
HSL color Cylindrical-coordinate representation of color #4D612D: hue angle of 83.08º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D612D is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 97 | 45 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.62 |
| HSL | 83.08º | 0.37% | 0.28% | - |
| HSV(B) | 83.08º | 0.54% | 0.38% | - |
| XYZ | 7.81 | 10.32 | 4.06 | - |
| YUV | 85.09 | 105.37 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 97 | 45 | 0.21 | 0 | 0.54 | 0.62 | 83.08 | 0.37 | 0.28 |
| Hex | 4D | 61 | 2D | 15 | 0 | 36 | 3E | 53 | 25 | 1C |
| Octal | 115 | 141 | 55 | 25 | 0 | 66 | 76 | 123 | 45 | 34 |
| Binary | 1001101 | 1100001 | 101101 | 10101 | 0 | 110110 | 111110 | 1010011 | 100101 | 11100 |
Color Harmonies of #4D612D
Complementary color
Monochromatic Colors of #4D612D
Black with #4D612D
Text Example
Text Example
White with #4D612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D612D; }
p { color: rgb(77,97,45); }
H1.HeaderClassName
{
color: #4D612D;
}
.AnyTagClassName
{
color: #4D612D;
}
</style>
background-color css
<style>
a { background-color: #4D612D; }
a { background-color: rgb(77,97,45); }
div.DivClassName
{
background-color: #4D612D;
}
.BgClassName
{
background-color: #4D612D;
}
</style>
border-color css
<style>
span { border-color: #4D612D; }
span { border-color: rgb(77,97,45); }
td.TdClassName
{
border-color: #4D612D;
}
.TagClassName
{
border-color: #4D612D;
}
</style>