Shades of Green Leaf #4D632A
Tints of Green Leaf #4D632A
RGB
CMYK
RGB Variations
Color information
#4D632A (or 0x4D632A) is known color: Green Leaf. HEX triplet: 4D, 63 and 2A. RGB value is (77,99,42). Sum of RGB (Red+Green+Blue) = 77+99+42=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 99 - color contains mainly: green. Hex color #4D632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D632A is #B29CD5. Grayscale: #565656. Windows color (decimal): -11705558 or 2777933. OLE color: 2777933.
HSL color Cylindrical-coordinate representation of color #4D632A: hue angle of 83.16º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D632A is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 42 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.61 |
| HSL | 83.16º | 0.4% | 0.28% | - |
| HSV(B) | 83.16º | 0.58% | 0.39% | - |
| XYZ | 7.94 | 10.67 | 3.83 | - |
| YUV | 85.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 42 | 0.22 | 0 | 0.58 | 0.61 | 83.16 | 0.4 | 0.28 |
| Hex | 4D | 63 | 2A | 16 | 0 | 3A | 3D | 53 | 28 | 1C |
| Octal | 115 | 143 | 52 | 26 | 0 | 72 | 75 | 123 | 50 | 34 |
| Binary | 1001101 | 1100011 | 101010 | 10110 | 0 | 111010 | 111101 | 1010011 | 101000 | 11100 |
Color Harmonies of #4D632A
Complementary color
Monochromatic Colors of #4D632A
Black with #4D632A
Text Example
Text Example
White with #4D632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D632A; }
p { color: rgb(77,99,42); }
H1.HeaderClassName
{
color: #4D632A;
}
.AnyTagClassName
{
color: #4D632A;
}
</style>
background-color css
<style>
a { background-color: #4D632A; }
a { background-color: rgb(77,99,42); }
div.DivClassName
{
background-color: #4D632A;
}
.BgClassName
{
background-color: #4D632A;
}
</style>
border-color css
<style>
span { border-color: #4D632A; }
span { border-color: rgb(77,99,42); }
td.TdClassName
{
border-color: #4D632A;
}
.TagClassName
{
border-color: #4D632A;
}
</style>