Shades of Green Leaf #4C662B
Tints of Green Leaf #4C662B
RGB
CMYK
RGB Variations
Color information
#4C662B (or 0x4C662B) is known color: Green Leaf. HEX triplet: 4C, 66 and 2B. RGB value is (76,102,43). Sum of RGB (Red+Green+Blue) = 76+102+43=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #4C662B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C662B is #B399D4. Grayscale: #575757. Windows color (decimal): -11770325 or 2844236. OLE color: 2844236.
HSL color Cylindrical-coordinate representation of color #4C662B: hue angle of 86.44º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C662B is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 76 | 102 | 43 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.6 |
| HSL | 86.44º | 0.41% | 0.28% | - |
| HSV(B) | 86.44º | 0.58% | 0.4% | - |
| XYZ | 8.17 | 11.21 | 4.02 | - |
| YUV | 87.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 102 | 43 | 0.25 | 0 | 0.58 | 0.6 | 86.44 | 0.41 | 0.28 |
| Hex | 4C | 66 | 2B | 19 | 0 | 3A | 3C | 56 | 29 | 1C |
| Octal | 114 | 146 | 53 | 31 | 0 | 72 | 74 | 126 | 51 | 34 |
| Binary | 1001100 | 1100110 | 101011 | 11001 | 0 | 111010 | 111100 | 1010110 | 101001 | 11100 |
Color Harmonies of #4C662B
Complementary color
Monochromatic Colors of #4C662B
Black with #4C662B
Text Example
Text Example
White with #4C662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C662B; }
p { color: rgb(76,102,43); }
H1.HeaderClassName
{
color: #4C662B;
}
.AnyTagClassName
{
color: #4C662B;
}
</style>
background-color css
<style>
a { background-color: #4C662B; }
a { background-color: rgb(76,102,43); }
div.DivClassName
{
background-color: #4C662B;
}
.BgClassName
{
background-color: #4C662B;
}
</style>
border-color css
<style>
span { border-color: #4C662B; }
span { border-color: rgb(76,102,43); }
td.TdClassName
{
border-color: #4C662B;
}
.TagClassName
{
border-color: #4C662B;
}
</style>