Shades of Green Leaf #4E6B1C
Tints of Green Leaf #4E6B1C
RGB
CMYK
RGB Variations
Color information
#4E6B1C (or 0x4E6B1C) is known color: Green Leaf. HEX triplet: 4E, 6B and 1C. RGB value is (78,107,28). Sum of RGB (Red+Green+Blue) = 78+107+28=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6B1C is #B194E3. Grayscale: #595959. Windows color (decimal): -11637988 or 1862478. OLE color: 1862478.
HSL color Cylindrical-coordinate representation of color #4E6B1C: hue angle of 82.03º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E6B1C is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 107 | 28 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.58 |
| HSL | 82.03º | 0.59% | 0.26% | - |
| HSV(B) | 82.03º | 0.74% | 0.42% | - |
| XYZ | 8.61 | 12.22 | 3 | - |
| YUV | 89.32 | 93.39 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 28 | 0.27 | 0 | 0.74 | 0.58 | 82.03 | 0.59 | 0.26 |
| Hex | 4E | 6B | 1C | 1B | 0 | 4A | 3A | 52 | 3B | 1A |
| Octal | 116 | 153 | 34 | 33 | 0 | 112 | 72 | 122 | 73 | 32 |
| Binary | 1001110 | 1101011 | 11100 | 11011 | 0 | 1001010 | 111010 | 1010010 | 111011 | 11010 |
Color Harmonies of #4E6B1C
Complementary color
Monochromatic Colors of #4E6B1C
Black with #4E6B1C
Text Example
Text Example
White with #4E6B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6B1C; }
p { color: rgb(78,107,28); }
H1.HeaderClassName
{
color: #4E6B1C;
}
.AnyTagClassName
{
color: #4E6B1C;
}
</style>
background-color css
<style>
a { background-color: #4E6B1C; }
a { background-color: rgb(78,107,28); }
div.DivClassName
{
background-color: #4E6B1C;
}
.BgClassName
{
background-color: #4E6B1C;
}
</style>
border-color css
<style>
span { border-color: #4E6B1C; }
span { border-color: rgb(78,107,28); }
td.TdClassName
{
border-color: #4E6B1C;
}
.TagClassName
{
border-color: #4E6B1C;
}
</style>