Shades of Green Leaf #4E6225
Tints of Green Leaf #4E6225
RGB
CMYK
RGB Variations
Color information
#4E6225 (or 0x4E6225) is known color: Green Leaf. HEX triplet: 4E, 62 and 25. RGB value is (78,98,37). Sum of RGB (Red+Green+Blue) = 78+98+37=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #4E6225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6225 is #B19DDA. Grayscale: #555555. Windows color (decimal): -11640283 or 2449998. OLE color: 2449998.
HSL color Cylindrical-coordinate representation of color #4E6225: hue angle of 79.67º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E6225 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 37 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.62 |
| HSL | 79.67º | 0.45% | 0.26% | - |
| HSV(B) | 79.67º | 0.62% | 0.38% | - |
| XYZ | 7.84 | 10.49 | 3.36 | - |
| YUV | 85.07 | 100.87 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 37 | 0.20 | 0 | 0.62 | 0.62 | 79.67 | 0.45 | 0.26 |
| Hex | 4E | 62 | 25 | 14 | 0 | 3E | 3E | 50 | 2D | 1A |
| Octal | 116 | 142 | 45 | 24 | 0 | 76 | 76 | 120 | 55 | 32 |
| Binary | 1001110 | 1100010 | 100101 | 10100 | 0 | 111110 | 111110 | 1010000 | 101101 | 11010 |
Color Harmonies of #4E6225
Complementary color
Monochromatic Colors of #4E6225
Black with #4E6225
Text Example
Text Example
White with #4E6225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6225; }
p { color: rgb(78,98,37); }
H1.HeaderClassName
{
color: #4E6225;
}
.AnyTagClassName
{
color: #4E6225;
}
</style>
background-color css
<style>
a { background-color: #4E6225; }
a { background-color: rgb(78,98,37); }
div.DivClassName
{
background-color: #4E6225;
}
.BgClassName
{
background-color: #4E6225;
}
</style>
border-color css
<style>
span { border-color: #4E6225; }
span { border-color: rgb(78,98,37); }
td.TdClassName
{
border-color: #4E6225;
}
.TagClassName
{
border-color: #4E6225;
}
</style>