Shades of Green Leaf #4E6825
Tints of Green Leaf #4E6825
RGB
CMYK
RGB Variations
Color information
#4E6825 (or 0x4E6825) is known color: Green Leaf. HEX triplet: 4E, 68 and 25. RGB value is (78,104,37). Sum of RGB (Red+Green+Blue) = 78+104+37=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 37 (14.84% from 255 or 16.89% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #4E6825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6825 is #B197DA. Grayscale: #585858. Windows color (decimal): -11638747 or 2451534. OLE color: 2451534.
HSL color Cylindrical-coordinate representation of color #4E6825: hue angle of 83.28º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E6825 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 37 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.59 |
| HSL | 83.28º | 0.48% | 0.28% | - |
| HSV(B) | 83.28º | 0.64% | 0.41% | - |
| XYZ | 8.43 | 11.65 | 3.56 | - |
| YUV | 88.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 37 | 0.25 | 0 | 0.64 | 0.59 | 83.28 | 0.48 | 0.28 |
| Hex | 4E | 68 | 25 | 19 | 0 | 40 | 3B | 53 | 30 | 1C |
| Octal | 116 | 150 | 45 | 31 | 0 | 100 | 73 | 123 | 60 | 34 |
| Binary | 1001110 | 1101000 | 100101 | 11001 | 0 | 1000000 | 111011 | 1010011 | 110000 | 11100 |
Color Harmonies of #4E6825
Complementary color
Monochromatic Colors of #4E6825
Black with #4E6825
Text Example
Text Example
White with #4E6825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6825; }
p { color: rgb(78,104,37); }
H1.HeaderClassName
{
color: #4E6825;
}
.AnyTagClassName
{
color: #4E6825;
}
</style>
background-color css
<style>
a { background-color: #4E6825; }
a { background-color: rgb(78,104,37); }
div.DivClassName
{
background-color: #4E6825;
}
.BgClassName
{
background-color: #4E6825;
}
</style>
border-color css
<style>
span { border-color: #4E6825; }
span { border-color: rgb(78,104,37); }
td.TdClassName
{
border-color: #4E6825;
}
.TagClassName
{
border-color: #4E6825;
}
</style>