Shades of Green Leaf #4E762C
Tints of Green Leaf #4E762C
RGB
CMYK
RGB Variations
Color information
#4E762C (or 0x4E762C) is known color: Green Leaf. HEX triplet: 4E, 76 and 2C. RGB value is (78,118,44). Sum of RGB (Red+Green+Blue) = 78+118+44=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #4E762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E762C is #B189D3. Grayscale: #616161. Windows color (decimal): -11635156 or 2913870. OLE color: 2913870.
HSL color Cylindrical-coordinate representation of color #4E762C: hue angle of 92.43º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E762C is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 118 | 44 | - |
| CMYK | 0.34 | 0 | 0.63 | 0.54 |
| HSL | 92.43º | 0.46% | 0.32% | - |
| HSV(B) | 92.43º | 0.63% | 0.46% | - |
| XYZ | 10.07 | 14.76 | 4.7 | - |
| YUV | 97.6 | 97.75 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 118 | 44 | 0.34 | 0 | 0.63 | 0.54 | 92.43 | 0.46 | 0.32 |
| Hex | 4E | 76 | 2C | 22 | 0 | 3F | 36 | 5C | 2E | 20 |
| Octal | 116 | 166 | 54 | 42 | 0 | 77 | 66 | 134 | 56 | 40 |
| Binary | 1001110 | 1110110 | 101100 | 100010 | 0 | 111111 | 110110 | 1011100 | 101110 | 100000 |
Color Harmonies of #4E762C
Complementary color
Monochromatic Colors of #4E762C
Black with #4E762C
Text Example
Text Example
White with #4E762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E762C; }
p { color: rgb(78,118,44); }
H1.HeaderClassName
{
color: #4E762C;
}
.AnyTagClassName
{
color: #4E762C;
}
</style>
background-color css
<style>
a { background-color: #4E762C; }
a { background-color: rgb(78,118,44); }
div.DivClassName
{
background-color: #4E762C;
}
.BgClassName
{
background-color: #4E762C;
}
</style>
border-color css
<style>
span { border-color: #4E762C; }
span { border-color: rgb(78,118,44); }
td.TdClassName
{
border-color: #4E762C;
}
.TagClassName
{
border-color: #4E762C;
}
</style>