Shades of Green Leaf #4D6B2D
Tints of Green Leaf #4D6B2D
RGB
CMYK
RGB Variations
Color information
#4D6B2D (or 0x4D6B2D) is known color: Green Leaf. HEX triplet: 4D, 6B and 2D. RGB value is (77,107,45). Sum of RGB (Red+Green+Blue) = 77+107+45=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 107 (42.19% from 255 or 46.72% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6B2D is #B294D2. Grayscale: #5B5B5B. Windows color (decimal): -11703507 or 2976589. OLE color: 2976589.
HSL color Cylindrical-coordinate representation of color #4D6B2D: hue angle of 89.03º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D6B2D is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 45 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.58 |
| HSL | 89.03º | 0.41% | 0.3% | - |
| HSV(B) | 89.03º | 0.58% | 0.42% | - |
| XYZ | 8.79 | 12.28 | 4.39 | - |
| YUV | 90.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 45 | 0.28 | 0 | 0.58 | 0.58 | 89.03 | 0.41 | 0.3 |
| Hex | 4D | 6B | 2D | 1C | 0 | 3A | 3A | 59 | 29 | 1E |
| Octal | 115 | 153 | 55 | 34 | 0 | 72 | 72 | 131 | 51 | 36 |
| Binary | 1001101 | 1101011 | 101101 | 11100 | 0 | 111010 | 111010 | 1011001 | 101001 | 11110 |
Color Harmonies of #4D6B2D
Complementary color
Monochromatic Colors of #4D6B2D
Black with #4D6B2D
Text Example
Text Example
White with #4D6B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B2D; }
p { color: rgb(77,107,45); }
H1.HeaderClassName
{
color: #4D6B2D;
}
.AnyTagClassName
{
color: #4D6B2D;
}
</style>
background-color css
<style>
a { background-color: #4D6B2D; }
a { background-color: rgb(77,107,45); }
div.DivClassName
{
background-color: #4D6B2D;
}
.BgClassName
{
background-color: #4D6B2D;
}
</style>
border-color css
<style>
span { border-color: #4D6B2D; }
span { border-color: rgb(77,107,45); }
td.TdClassName
{
border-color: #4D6B2D;
}
.TagClassName
{
border-color: #4D6B2D;
}
</style>