Shades of Green Leaf #4E622F
Tints of Green Leaf #4E622F
RGB
CMYK
RGB Variations
Color information
#4E622F (or 0x4E622F) is known color: Green Leaf. HEX triplet: 4E, 62 and 2F. RGB value is (78,98,47). Sum of RGB (Red+Green+Blue) = 78+98+47=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #4E622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E622F is #B19DD0. Grayscale: #565656. Windows color (decimal): -11640273 or 3105358. OLE color: 3105358.
HSL color Cylindrical-coordinate representation of color #4E622F: hue angle of 83.53º 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 #4E622F is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 47 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.62 |
| HSL | 83.53º | 0.35% | 0.28% | - |
| HSV(B) | 83.53º | 0.52% | 0.38% | - |
| XYZ | 8.02 | 10.56 | 4.3 | - |
| YUV | 86.21 | 105.87 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 47 | 0.20 | 0 | 0.52 | 0.62 | 83.53 | 0.35 | 0.28 |
| Hex | 4E | 62 | 2F | 14 | 0 | 34 | 3E | 54 | 23 | 1C |
| Octal | 116 | 142 | 57 | 24 | 0 | 64 | 76 | 124 | 43 | 34 |
| Binary | 1001110 | 1100010 | 101111 | 10100 | 0 | 110100 | 111110 | 1010100 | 100011 | 11100 |
Color Harmonies of #4E622F
Complementary color
Monochromatic Colors of #4E622F
Black with #4E622F
Text Example
Text Example
White with #4E622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E622F; }
p { color: rgb(78,98,47); }
H1.HeaderClassName
{
color: #4E622F;
}
.AnyTagClassName
{
color: #4E622F;
}
</style>
background-color css
<style>
a { background-color: #4E622F; }
a { background-color: rgb(78,98,47); }
div.DivClassName
{
background-color: #4E622F;
}
.BgClassName
{
background-color: #4E622F;
}
</style>
border-color css
<style>
span { border-color: #4E622F; }
span { border-color: rgb(78,98,47); }
td.TdClassName
{
border-color: #4E622F;
}
.TagClassName
{
border-color: #4E622F;
}
</style>