Shades of Green Leaf #4C632E
Tints of Green Leaf #4C632E
RGB
CMYK
RGB Variations
Color information
#4C632E (or 0x4C632E) is known color: Green Leaf. HEX triplet: 4C, 63 and 2E. RGB value is (76,99,46). Sum of RGB (Red+Green+Blue) = 76+99+46=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 99 - color contains mainly: green. Hex color #4C632E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C632E is #B39CD1. Grayscale: #565656. Windows color (decimal): -11771090 or 3040076. OLE color: 3040076.
HSL color Cylindrical-coordinate representation of color #4C632E: hue angle of 86.04º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C632E is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 99 | 46 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.61 |
| HSL | 86.04º | 0.37% | 0.28% | - |
| HSV(B) | 86.04º | 0.54% | 0.39% | - |
| XYZ | 7.94 | 10.66 | 4.22 | - |
| YUV | 86.08 | 105.38 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 99 | 46 | 0.23 | 0 | 0.54 | 0.61 | 86.04 | 0.37 | 0.28 |
| Hex | 4C | 63 | 2E | 17 | 0 | 36 | 3D | 56 | 25 | 1C |
| Octal | 114 | 143 | 56 | 27 | 0 | 66 | 75 | 126 | 45 | 34 |
| Binary | 1001100 | 1100011 | 101110 | 10111 | 0 | 110110 | 111101 | 1010110 | 100101 | 11100 |
Color Harmonies of #4C632E
Complementary color
Monochromatic Colors of #4C632E
Black with #4C632E
Text Example
Text Example
White with #4C632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C632E; }
p { color: rgb(76,99,46); }
H1.HeaderClassName
{
color: #4C632E;
}
.AnyTagClassName
{
color: #4C632E;
}
</style>
background-color css
<style>
a { background-color: #4C632E; }
a { background-color: rgb(76,99,46); }
div.DivClassName
{
background-color: #4C632E;
}
.BgClassName
{
background-color: #4C632E;
}
</style>
border-color css
<style>
span { border-color: #4C632E; }
span { border-color: rgb(76,99,46); }
td.TdClassName
{
border-color: #4C632E;
}
.TagClassName
{
border-color: #4C632E;
}
</style>