Shades of Green Leaf #4E6D25
Tints of Green Leaf #4E6D25
RGB
CMYK
RGB Variations
Color information
#4E6D25 (or 0x4E6D25) is known color: Green Leaf. HEX triplet: 4E, 6D and 25. RGB value is (78,109,37). Sum of RGB (Red+Green+Blue) = 78+109+37=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 109 - color contains mainly: green. Hex color #4E6D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6D25 is #B192DA. Grayscale: #5B5B5B. Windows color (decimal): -11637467 or 2452814. OLE color: 2452814.
HSL color Cylindrical-coordinate representation of color #4E6D25: hue angle of 85.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E6D25 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 109 | 37 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.57 |
| HSL | 85.83º | 0.49% | 0.29% | - |
| HSV(B) | 85.83º | 0.66% | 0.43% | - |
| XYZ | 8.94 | 12.69 | 3.73 | - |
| YUV | 91.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 37 | 0.28 | 0 | 0.66 | 0.57 | 85.83 | 0.49 | 0.29 |
| Hex | 4E | 6D | 25 | 1C | 0 | 42 | 39 | 56 | 31 | 1D |
| Octal | 116 | 155 | 45 | 34 | 0 | 102 | 71 | 126 | 61 | 35 |
| Binary | 1001110 | 1101101 | 100101 | 11100 | 0 | 1000010 | 111001 | 1010110 | 110001 | 11101 |
Color Harmonies of #4E6D25
Complementary color
Monochromatic Colors of #4E6D25
Black with #4E6D25
Text Example
Text Example
White with #4E6D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6D25; }
p { color: rgb(78,109,37); }
H1.HeaderClassName
{
color: #4E6D25;
}
.AnyTagClassName
{
color: #4E6D25;
}
</style>
background-color css
<style>
a { background-color: #4E6D25; }
a { background-color: rgb(78,109,37); }
div.DivClassName
{
background-color: #4E6D25;
}
.BgClassName
{
background-color: #4E6D25;
}
</style>
border-color css
<style>
span { border-color: #4E6D25; }
span { border-color: rgb(78,109,37); }
td.TdClassName
{
border-color: #4E6D25;
}
.TagClassName
{
border-color: #4E6D25;
}
</style>