Shades of Green Leaf #4D632D
Tints of Green Leaf #4D632D
RGB
CMYK
RGB Variations
Color information
#4D632D (or 0x4D632D) is known color: Green Leaf. HEX triplet: 4D, 63 and 2D. RGB value is (77,99,45). Sum of RGB (Red+Green+Blue) = 77+99+45=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #4D632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D632D is #B29CD2. Grayscale: #565656. Windows color (decimal): -11705555 or 2974541. OLE color: 2974541.
HSL color Cylindrical-coordinate representation of color #4D632D: hue angle of 84.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D632D is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 45 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.61 |
| HSL | 84.44º | 0.38% | 0.28% | - |
| HSV(B) | 84.44º | 0.55% | 0.39% | - |
| XYZ | 8 | 10.69 | 4.12 | - |
| YUV | 86.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 45 | 0.22 | 0 | 0.55 | 0.61 | 84.44 | 0.38 | 0.28 |
| Hex | 4D | 63 | 2D | 16 | 0 | 37 | 3D | 54 | 26 | 1C |
| Octal | 115 | 143 | 55 | 26 | 0 | 67 | 75 | 124 | 46 | 34 |
| Binary | 1001101 | 1100011 | 101101 | 10110 | 0 | 110111 | 111101 | 1010100 | 100110 | 11100 |
Color Harmonies of #4D632D
Complementary color
Monochromatic Colors of #4D632D
Black with #4D632D
Text Example
Text Example
White with #4D632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D632D; }
p { color: rgb(77,99,45); }
H1.HeaderClassName
{
color: #4D632D;
}
.AnyTagClassName
{
color: #4D632D;
}
</style>
background-color css
<style>
a { background-color: #4D632D; }
a { background-color: rgb(77,99,45); }
div.DivClassName
{
background-color: #4D632D;
}
.BgClassName
{
background-color: #4D632D;
}
</style>
border-color css
<style>
span { border-color: #4D632D; }
span { border-color: rgb(77,99,45); }
td.TdClassName
{
border-color: #4D632D;
}
.TagClassName
{
border-color: #4D632D;
}
</style>