Shades of Green Leaf #4E741A
Tints of Green Leaf #4E741A
RGB
CMYK
RGB Variations
Color information
#4E741A (or 0x4E741A) is known color: Green Leaf. HEX triplet: 4E, 74 and 1A. RGB value is (78,116,26). Sum of RGB (Red+Green+Blue) = 78+116+26=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 116 (45.70% from 255 or 52.73% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 116 - color contains mainly: green. Hex color #4E741A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E741A is #B18BE5. Grayscale: #5E5E5E. Windows color (decimal): -11635686 or 1733710. OLE color: 1733710.
HSL color Cylindrical-coordinate representation of color #4E741A: hue angle of 85.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E741A is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 116 | 26 | - |
| CMYK | 0.33 | 0 | 0.78 | 0.55 |
| HSL | 85.33º | 0.63% | 0.28% | - |
| HSV(B) | 85.33º | 0.78% | 0.45% | - |
| XYZ | 9.57 | 14.19 | 3.21 | - |
| YUV | 94.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 116 | 26 | 0.33 | 0 | 0.78 | 0.55 | 85.33 | 0.63 | 0.28 |
| Hex | 4E | 74 | 1A | 21 | 0 | 4E | 37 | 55 | 3F | 1C |
| Octal | 116 | 164 | 32 | 41 | 0 | 116 | 67 | 125 | 77 | 34 |
| Binary | 1001110 | 1110100 | 11010 | 100001 | 0 | 1001110 | 110111 | 1010101 | 111111 | 11100 |
Color Harmonies of #4E741A
Complementary color
Monochromatic Colors of #4E741A
Black with #4E741A
Text Example
Text Example
White with #4E741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E741A; }
p { color: rgb(78,116,26); }
H1.HeaderClassName
{
color: #4E741A;
}
.AnyTagClassName
{
color: #4E741A;
}
</style>
background-color css
<style>
a { background-color: #4E741A; }
a { background-color: rgb(78,116,26); }
div.DivClassName
{
background-color: #4E741A;
}
.BgClassName
{
background-color: #4E741A;
}
</style>
border-color css
<style>
span { border-color: #4E741A; }
span { border-color: rgb(78,116,26); }
td.TdClassName
{
border-color: #4E741A;
}
.TagClassName
{
border-color: #4E741A;
}
</style>