Shades of Green Leaf #4E612F
Tints of Green Leaf #4E612F
RGB
CMYK
RGB Variations
Color information
#4E612F (or 0x4E612F) is known color: Green Leaf. HEX triplet: 4E, 61 and 2F. RGB value is (78,97,47). Sum of RGB (Red+Green+Blue) = 78+97+47=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #4E612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E612F is #B19ED0. Grayscale: #555555. Windows color (decimal): -11640529 or 3105102. OLE color: 3105102.
HSL color Cylindrical-coordinate representation of color #4E612F: hue angle of 82.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E612F is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 97 | 47 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.62 |
| HSL | 82.8º | 0.35% | 0.28% | - |
| HSV(B) | 82.8º | 0.52% | 0.38% | - |
| XYZ | 7.93 | 10.37 | 4.27 | - |
| YUV | 85.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 47 | 0.20 | 0 | 0.52 | 0.62 | 82.8 | 0.35 | 0.28 |
| Hex | 4E | 61 | 2F | 14 | 0 | 34 | 3E | 53 | 23 | 1C |
| Octal | 116 | 141 | 57 | 24 | 0 | 64 | 76 | 123 | 43 | 34 |
| Binary | 1001110 | 1100001 | 101111 | 10100 | 0 | 110100 | 111110 | 1010011 | 100011 | 11100 |
Color Harmonies of #4E612F
Complementary color
Monochromatic Colors of #4E612F
Black with #4E612F
Text Example
Text Example
White with #4E612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E612F; }
p { color: rgb(78,97,47); }
H1.HeaderClassName
{
color: #4E612F;
}
.AnyTagClassName
{
color: #4E612F;
}
</style>
background-color css
<style>
a { background-color: #4E612F; }
a { background-color: rgb(78,97,47); }
div.DivClassName
{
background-color: #4E612F;
}
.BgClassName
{
background-color: #4E612F;
}
</style>
border-color css
<style>
span { border-color: #4E612F; }
span { border-color: rgb(78,97,47); }
td.TdClassName
{
border-color: #4E612F;
}
.TagClassName
{
border-color: #4E612F;
}
</style>