Shades of Green Leaf #4E6A1B
Tints of Green Leaf #4E6A1B
RGB
CMYK
RGB Variations
Color information
#4E6A1B (or 0x4E6A1B) is known color: Green Leaf. HEX triplet: 4E, 6A and 1B. RGB value is (78,106,27). Sum of RGB (Red+Green+Blue) = 78+106+27=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 106 (41.80% from 255 or 50.24% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 106 - color contains mainly: green. Hex color #4E6A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6A1B is #B195E4. Grayscale: #585858. Windows color (decimal): -11638245 or 1796686. OLE color: 1796686.
HSL color Cylindrical-coordinate representation of color #4E6A1B: hue angle of 81.27º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E6A1B is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 106 | 27 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.58 |
| HSL | 81.27º | 0.59% | 0.26% | - |
| HSV(B) | 81.27º | 0.75% | 0.42% | - |
| XYZ | 8.49 | 12.01 | 2.91 | - |
| YUV | 88.62 | 93.22 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 106 | 27 | 0.26 | 0 | 0.75 | 0.58 | 81.27 | 0.59 | 0.26 |
| Hex | 4E | 6A | 1B | 1A | 0 | 4B | 3A | 51 | 3B | 1A |
| Octal | 116 | 152 | 33 | 32 | 0 | 113 | 72 | 121 | 73 | 32 |
| Binary | 1001110 | 1101010 | 11011 | 11010 | 0 | 1001011 | 111010 | 1010001 | 111011 | 11010 |
Color Harmonies of #4E6A1B
Complementary color
Monochromatic Colors of #4E6A1B
Black with #4E6A1B
Text Example
Text Example
White with #4E6A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6A1B; }
p { color: rgb(78,106,27); }
H1.HeaderClassName
{
color: #4E6A1B;
}
.AnyTagClassName
{
color: #4E6A1B;
}
</style>
background-color css
<style>
a { background-color: #4E6A1B; }
a { background-color: rgb(78,106,27); }
div.DivClassName
{
background-color: #4E6A1B;
}
.BgClassName
{
background-color: #4E6A1B;
}
</style>
border-color css
<style>
span { border-color: #4E6A1B; }
span { border-color: rgb(78,106,27); }
td.TdClassName
{
border-color: #4E6A1B;
}
.TagClassName
{
border-color: #4E6A1B;
}
</style>