Shades of Green Leaf #4E672F
Tints of Green Leaf #4E672F
RGB
CMYK
RGB Variations
Color information
#4E672F (or 0x4E672F) is known color: Green Leaf. HEX triplet: 4E, 67 and 2F. RGB value is (78,103,47). Sum of RGB (Red+Green+Blue) = 78+103+47=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 103 - color contains mainly: green. Hex color #4E672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E672F is #B198D0. Grayscale: #595959. Windows color (decimal): -11638993 or 3106638. OLE color: 3106638.
HSL color Cylindrical-coordinate representation of color #4E672F: hue angle of 86.79º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E672F is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 103 | 47 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.60 |
| HSL | 86.79º | 0.37% | 0.29% | - |
| HSV(B) | 86.79º | 0.54% | 0.4% | - |
| XYZ | 8.51 | 11.53 | 4.47 | - |
| YUV | 89.14 | 104.22 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 47 | 0.24 | 0 | 0.54 | 0.60 | 86.79 | 0.37 | 0.29 |
| Hex | 4E | 67 | 2F | 18 | 0 | 36 | 3C | 57 | 25 | 1D |
| Octal | 116 | 147 | 57 | 30 | 0 | 66 | 74 | 127 | 45 | 35 |
| Binary | 1001110 | 1100111 | 101111 | 11000 | 0 | 110110 | 111100 | 1010111 | 100101 | 11101 |
Color Harmonies of #4E672F
Complementary color
Monochromatic Colors of #4E672F
Black with #4E672F
Text Example
Text Example
White with #4E672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E672F; }
p { color: rgb(78,103,47); }
H1.HeaderClassName
{
color: #4E672F;
}
.AnyTagClassName
{
color: #4E672F;
}
</style>
background-color css
<style>
a { background-color: #4E672F; }
a { background-color: rgb(78,103,47); }
div.DivClassName
{
background-color: #4E672F;
}
.BgClassName
{
background-color: #4E672F;
}
</style>
border-color css
<style>
span { border-color: #4E672F; }
span { border-color: rgb(78,103,47); }
td.TdClassName
{
border-color: #4E672F;
}
.TagClassName
{
border-color: #4E672F;
}
</style>