Shades of Green Leaf #4E6B23
Tints of Green Leaf #4E6B23
RGB
CMYK
RGB Variations
Color information
#4E6B23 (or 0x4E6B23) is known color: Green Leaf. HEX triplet: 4E, 6B and 23. RGB value is (78,107,35). Sum of RGB (Red+Green+Blue) = 78+107+35=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 107 (42.19% from 255 or 48.64% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6B23 is #B194DC. Grayscale: #5A5A5A. Windows color (decimal): -11637981 or 2321230. OLE color: 2321230.
HSL color Cylindrical-coordinate representation of color #4E6B23: hue angle of 84.17º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E6B23 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 107 | 35 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.58 |
| HSL | 84.17º | 0.51% | 0.28% | - |
| HSV(B) | 84.17º | 0.67% | 0.42% | - |
| XYZ | 8.7 | 12.26 | 3.5 | - |
| YUV | 90.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 35 | 0.27 | 0 | 0.67 | 0.58 | 84.17 | 0.51 | 0.28 |
| Hex | 4E | 6B | 23 | 1B | 0 | 43 | 3A | 54 | 33 | 1C |
| Octal | 116 | 153 | 43 | 33 | 0 | 103 | 72 | 124 | 63 | 34 |
| Binary | 1001110 | 1101011 | 100011 | 11011 | 0 | 1000011 | 111010 | 1010100 | 110011 | 11100 |
Color Harmonies of #4E6B23
Complementary color
Monochromatic Colors of #4E6B23
Black with #4E6B23
Text Example
Text Example
White with #4E6B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6B23; }
p { color: rgb(78,107,35); }
H1.HeaderClassName
{
color: #4E6B23;
}
.AnyTagClassName
{
color: #4E6B23;
}
</style>
background-color css
<style>
a { background-color: #4E6B23; }
a { background-color: rgb(78,107,35); }
div.DivClassName
{
background-color: #4E6B23;
}
.BgClassName
{
background-color: #4E6B23;
}
</style>
border-color css
<style>
span { border-color: #4E6B23; }
span { border-color: rgb(78,107,35); }
td.TdClassName
{
border-color: #4E6B23;
}
.TagClassName
{
border-color: #4E6B23;
}
</style>