Shades of Green Leaf #4E672C
Tints of Green Leaf #4E672C
RGB
CMYK
RGB Variations
Color information
#4E672C (or 0x4E672C) is known color: Green Leaf. HEX triplet: 4E, 67 and 2C. RGB value is (78,103,44). Sum of RGB (Red+Green+Blue) = 78+103+44=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #4E672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E672C is #B198D3. Grayscale: #595959. Windows color (decimal): -11638996 or 2910030. OLE color: 2910030.
HSL color Cylindrical-coordinate representation of color #4E672C: hue angle of 85.42º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E672C is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 103 | 44 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.60 |
| HSL | 85.42º | 0.4% | 0.29% | - |
| HSV(B) | 85.42º | 0.57% | 0.4% | - |
| XYZ | 8.45 | 11.5 | 4.16 | - |
| YUV | 88.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 44 | 0.24 | 0 | 0.57 | 0.60 | 85.42 | 0.4 | 0.29 |
| Hex | 4E | 67 | 2C | 18 | 0 | 39 | 3C | 55 | 28 | 1D |
| Octal | 116 | 147 | 54 | 30 | 0 | 71 | 74 | 125 | 50 | 35 |
| Binary | 1001110 | 1100111 | 101100 | 11000 | 0 | 111001 | 111100 | 1010101 | 101000 | 11101 |
Color Harmonies of #4E672C
Complementary color
Monochromatic Colors of #4E672C
Black with #4E672C
Text Example
Text Example
White with #4E672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E672C; }
p { color: rgb(78,103,44); }
H1.HeaderClassName
{
color: #4E672C;
}
.AnyTagClassName
{
color: #4E672C;
}
</style>
background-color css
<style>
a { background-color: #4E672C; }
a { background-color: rgb(78,103,44); }
div.DivClassName
{
background-color: #4E672C;
}
.BgClassName
{
background-color: #4E672C;
}
</style>
border-color css
<style>
span { border-color: #4E672C; }
span { border-color: rgb(78,103,44); }
td.TdClassName
{
border-color: #4E672C;
}
.TagClassName
{
border-color: #4E672C;
}
</style>