Shades of Green Leaf #4E6B13
Tints of Green Leaf #4E6B13
RGB
CMYK
RGB Variations
Color information
#4E6B13 (or 0x4E6B13) is known color: Green Leaf. HEX triplet: 4E, 6B and 13. RGB value is (78,107,19). Sum of RGB (Red+Green+Blue) = 78+107+19=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 107 (42.19% from 255 or 52.45% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #4E6B13 is #B194EC. Grayscale: #585858. Windows color (decimal): -11637997 or 1272654. OLE color: 1272654.
HSL color Cylindrical-coordinate representation of color #4E6B13: hue angle of 79.77º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E6B13 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 107 | 19 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.58 |
| HSL | 79.77º | 0.7% | 0.25% | - |
| HSV(B) | 79.77º | 0.82% | 0.42% | - |
| XYZ | 8.52 | 12.18 | 2.52 | - |
| YUV | 88.3 | 88.89 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 19 | 0.27 | 0 | 0.82 | 0.58 | 79.77 | 0.7 | 0.25 |
| Hex | 4E | 6B | 13 | 1B | 0 | 52 | 3A | 50 | 46 | 19 |
| Octal | 116 | 153 | 23 | 33 | 0 | 122 | 72 | 120 | 106 | 31 |
| Binary | 1001110 | 1101011 | 10011 | 11011 | 0 | 1010010 | 111010 | 1010000 | 1000110 | 11001 |
Color Harmonies of #4E6B13
Complementary color
Monochromatic Colors of #4E6B13
Black with #4E6B13
Text Example
Text Example
White with #4E6B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6B13; }
p { color: rgb(78,107,19); }
H1.HeaderClassName
{
color: #4E6B13;
}
.AnyTagClassName
{
color: #4E6B13;
}
</style>
background-color css
<style>
a { background-color: #4E6B13; }
a { background-color: rgb(78,107,19); }
div.DivClassName
{
background-color: #4E6B13;
}
.BgClassName
{
background-color: #4E6B13;
}
</style>
border-color css
<style>
span { border-color: #4E6B13; }
span { border-color: rgb(78,107,19); }
td.TdClassName
{
border-color: #4E6B13;
}
.TagClassName
{
border-color: #4E6B13;
}
</style>