Shades of Green Leaf #4D632B
Tints of Green Leaf #4D632B
RGB
CMYK
RGB Variations
Color information
#4D632B (or 0x4D632B) is known color: Green Leaf. HEX triplet: 4D, 63 and 2B. RGB value is (77,99,43). Sum of RGB (Red+Green+Blue) = 77+99+43=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #4D632B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D632B is #B29CD4. Grayscale: #565656. Windows color (decimal): -11705557 or 2843469. OLE color: 2843469.
HSL color Cylindrical-coordinate representation of color #4D632B: hue angle of 83.57º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D632B is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 43 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.61 |
| HSL | 83.57º | 0.39% | 0.28% | - |
| HSV(B) | 83.57º | 0.57% | 0.39% | - |
| XYZ | 7.96 | 10.68 | 3.93 | - |
| YUV | 86.04 | 103.71 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 43 | 0.22 | 0 | 0.57 | 0.61 | 83.57 | 0.39 | 0.28 |
| Hex | 4D | 63 | 2B | 16 | 0 | 39 | 3D | 54 | 27 | 1C |
| Octal | 115 | 143 | 53 | 26 | 0 | 71 | 75 | 124 | 47 | 34 |
| Binary | 1001101 | 1100011 | 101011 | 10110 | 0 | 111001 | 111101 | 1010100 | 100111 | 11100 |
Color Harmonies of #4D632B
Complementary color
Monochromatic Colors of #4D632B
Black with #4D632B
Text Example
Text Example
White with #4D632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D632B; }
p { color: rgb(77,99,43); }
H1.HeaderClassName
{
color: #4D632B;
}
.AnyTagClassName
{
color: #4D632B;
}
</style>
background-color css
<style>
a { background-color: #4D632B; }
a { background-color: rgb(77,99,43); }
div.DivClassName
{
background-color: #4D632B;
}
.BgClassName
{
background-color: #4D632B;
}
</style>
border-color css
<style>
span { border-color: #4D632B; }
span { border-color: rgb(77,99,43); }
td.TdClassName
{
border-color: #4D632B;
}
.TagClassName
{
border-color: #4D632B;
}
</style>