Shades of Green Leaf #4C642D
Tints of Green Leaf #4C642D
RGB
CMYK
RGB Variations
Color information
#4C642D (or 0x4C642D) is known color: Green Leaf. HEX triplet: 4C, 64 and 2D. RGB value is (76,100,45). Sum of RGB (Red+Green+Blue) = 76+100+45=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 100 (39.45% from 255 or 45.25% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 100 - color contains mainly: green. Hex color #4C642D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C642D is #B39BD2. Grayscale: #565656. Windows color (decimal): -11770835 or 2974796. OLE color: 2974796.
HSL color Cylindrical-coordinate representation of color #4C642D: hue angle of 86.18º 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 #4C642D is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 76 | 100 | 45 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.61 |
| HSL | 86.18º | 0.38% | 0.28% | - |
| HSV(B) | 86.18º | 0.55% | 0.39% | - |
| XYZ | 8.01 | 10.84 | 4.15 | - |
| YUV | 86.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 100 | 45 | 0.24 | 0 | 0.55 | 0.61 | 86.18 | 0.38 | 0.28 |
| Hex | 4C | 64 | 2D | 18 | 0 | 37 | 3D | 56 | 26 | 1C |
| Octal | 114 | 144 | 55 | 30 | 0 | 67 | 75 | 126 | 46 | 34 |
| Binary | 1001100 | 1100100 | 101101 | 11000 | 0 | 110111 | 111101 | 1010110 | 100110 | 11100 |
Color Harmonies of #4C642D
Complementary color
Monochromatic Colors of #4C642D
Black with #4C642D
Text Example
Text Example
White with #4C642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C642D; }
p { color: rgb(76,100,45); }
H1.HeaderClassName
{
color: #4C642D;
}
.AnyTagClassName
{
color: #4C642D;
}
</style>
background-color css
<style>
a { background-color: #4C642D; }
a { background-color: rgb(76,100,45); }
div.DivClassName
{
background-color: #4C642D;
}
.BgClassName
{
background-color: #4C642D;
}
</style>
border-color css
<style>
span { border-color: #4C642D; }
span { border-color: rgb(76,100,45); }
td.TdClassName
{
border-color: #4C642D;
}
.TagClassName
{
border-color: #4C642D;
}
</style>