Shades of Green Leaf #4E6425
Tints of Green Leaf #4E6425
RGB
CMYK
RGB Variations
Color information
#4E6425 (or 0x4E6425) is known color: Green Leaf. HEX triplet: 4E, 64 and 25. RGB value is (78,100,37). Sum of RGB (Red+Green+Blue) = 78+100+37=215 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.28% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #4E6425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6425 is #B19BDA. Grayscale: #565656. Windows color (decimal): -11639771 or 2450510. OLE color: 2450510.
HSL color Cylindrical-coordinate representation of color #4E6425: hue angle of 80.95º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E6425 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 100 | 37 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.61 |
| HSL | 80.95º | 0.46% | 0.27% | - |
| HSV(B) | 80.95º | 0.63% | 0.39% | - |
| XYZ | 8.03 | 10.87 | 3.42 | - |
| YUV | 86.24 | 100.21 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 37 | 0.22 | 0 | 0.63 | 0.61 | 80.95 | 0.46 | 0.27 |
| Hex | 4E | 64 | 25 | 16 | 0 | 3F | 3D | 51 | 2E | 1B |
| Octal | 116 | 144 | 45 | 26 | 0 | 77 | 75 | 121 | 56 | 33 |
| Binary | 1001110 | 1100100 | 100101 | 10110 | 0 | 111111 | 111101 | 1010001 | 101110 | 11011 |
Color Harmonies of #4E6425
Complementary color
Monochromatic Colors of #4E6425
Black with #4E6425
Text Example
Text Example
White with #4E6425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6425; }
p { color: rgb(78,100,37); }
H1.HeaderClassName
{
color: #4E6425;
}
.AnyTagClassName
{
color: #4E6425;
}
</style>
background-color css
<style>
a { background-color: #4E6425; }
a { background-color: rgb(78,100,37); }
div.DivClassName
{
background-color: #4E6425;
}
.BgClassName
{
background-color: #4E6425;
}
</style>
border-color css
<style>
span { border-color: #4E6425; }
span { border-color: rgb(78,100,37); }
td.TdClassName
{
border-color: #4E6425;
}
.TagClassName
{
border-color: #4E6425;
}
</style>