Shades of Green Leaf #4E671A
Tints of Green Leaf #4E671A
RGB
CMYK
RGB Variations
Color information
#4E671A (or 0x4E671A) is known color: Green Leaf. HEX triplet: 4E, 67 and 1A. RGB value is (78,103,26). Sum of RGB (Red+Green+Blue) = 78+103+26=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 103 (40.62% from 255 or 49.76% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 103 - color contains mainly: green. Hex color #4E671A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E671A is #B198E5. Grayscale: #575757. Windows color (decimal): -11639014 or 1730382. OLE color: 1730382.
HSL color Cylindrical-coordinate representation of color #4E671A: hue angle of 79.48º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E671A is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 103 | 26 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.60 |
| HSL | 79.48º | 0.6% | 0.25% | - |
| HSV(B) | 79.48º | 0.75% | 0.4% | - |
| XYZ | 8.18 | 11.39 | 2.75 | - |
| YUV | 86.75 | 93.72 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 26 | 0.24 | 0 | 0.75 | 0.60 | 79.48 | 0.6 | 0.25 |
| Hex | 4E | 67 | 1A | 18 | 0 | 4B | 3C | 4F | 3C | 19 |
| Octal | 116 | 147 | 32 | 30 | 0 | 113 | 74 | 117 | 74 | 31 |
| Binary | 1001110 | 1100111 | 11010 | 11000 | 0 | 1001011 | 111100 | 1001111 | 111100 | 11001 |
Color Harmonies of #4E671A
Complementary color
Monochromatic Colors of #4E671A
Black with #4E671A
Text Example
Text Example
White with #4E671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E671A; }
p { color: rgb(78,103,26); }
H1.HeaderClassName
{
color: #4E671A;
}
.AnyTagClassName
{
color: #4E671A;
}
</style>
background-color css
<style>
a { background-color: #4E671A; }
a { background-color: rgb(78,103,26); }
div.DivClassName
{
background-color: #4E671A;
}
.BgClassName
{
background-color: #4E671A;
}
</style>
border-color css
<style>
span { border-color: #4E671A; }
span { border-color: rgb(78,103,26); }
td.TdClassName
{
border-color: #4E671A;
}
.TagClassName
{
border-color: #4E671A;
}
</style>