Shades of Green Leaf #4E6625
Tints of Green Leaf #4E6625
RGB
CMYK
RGB Variations
Color information
#4E6625 (or 0x4E6625) is known color: Green Leaf. HEX triplet: 4E, 66 and 25. RGB value is (78,102,37). Sum of RGB (Red+Green+Blue) = 78+102+37=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 102 - color contains mainly: green. Hex color #4E6625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6625 is #B199DA. Grayscale: #575757. Windows color (decimal): -11639259 or 2451022. OLE color: 2451022.
HSL color Cylindrical-coordinate representation of color #4E6625: hue angle of 82.15º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E6625 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 102 | 37 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.6 |
| HSL | 82.15º | 0.47% | 0.27% | - |
| HSV(B) | 82.15º | 0.64% | 0.4% | - |
| XYZ | 8.23 | 11.26 | 3.49 | - |
| YUV | 87.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 37 | 0.24 | 0 | 0.64 | 0.6 | 82.15 | 0.47 | 0.27 |
| Hex | 4E | 66 | 25 | 18 | 0 | 40 | 3C | 52 | 2F | 1B |
| Octal | 116 | 146 | 45 | 30 | 0 | 100 | 74 | 122 | 57 | 33 |
| Binary | 1001110 | 1100110 | 100101 | 11000 | 0 | 1000000 | 111100 | 1010010 | 101111 | 11011 |
Color Harmonies of #4E6625
Complementary color
Monochromatic Colors of #4E6625
Black with #4E6625
Text Example
Text Example
White with #4E6625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6625; }
p { color: rgb(78,102,37); }
H1.HeaderClassName
{
color: #4E6625;
}
.AnyTagClassName
{
color: #4E6625;
}
</style>
background-color css
<style>
a { background-color: #4E6625; }
a { background-color: rgb(78,102,37); }
div.DivClassName
{
background-color: #4E6625;
}
.BgClassName
{
background-color: #4E6625;
}
</style>
border-color css
<style>
span { border-color: #4E6625; }
span { border-color: rgb(78,102,37); }
td.TdClassName
{
border-color: #4E6625;
}
.TagClassName
{
border-color: #4E6625;
}
</style>