Shades of Green Leaf #4E6C30
Tints of Green Leaf #4E6C30
RGB
CMYK
RGB Variations
Color information
#4E6C30 (or 0x4E6C30) is known color: Green Leaf. HEX triplet: 4E, 6C and 30. RGB value is (78,108,48). Sum of RGB (Red+Green+Blue) = 78+108+48=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 108 (42.58% from 255 or 46.15% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 108 - color contains mainly: green. Hex color #4E6C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6C30 is #B193CF. Grayscale: #5C5C5C. Windows color (decimal): -11637712 or 3173454. OLE color: 3173454.
HSL color Cylindrical-coordinate representation of color #4E6C30: hue angle of 90º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E6C30 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 108 | 48 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.58 |
| HSL | 90º | 0.38% | 0.31% | - |
| HSV(B) | 90º | 0.56% | 0.42% | - |
| XYZ | 9.04 | 12.56 | 4.74 | - |
| YUV | 92.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 108 | 48 | 0.28 | 0 | 0.56 | 0.58 | 90 | 0.38 | 0.31 |
| Hex | 4E | 6C | 30 | 1C | 0 | 38 | 3A | 5A | 26 | 1F |
| Octal | 116 | 154 | 60 | 34 | 0 | 70 | 72 | 132 | 46 | 37 |
| Binary | 1001110 | 1101100 | 110000 | 11100 | 0 | 111000 | 111010 | 1011010 | 100110 | 11111 |
Color Harmonies of #4E6C30
Complementary color
Monochromatic Colors of #4E6C30
Black with #4E6C30
Text Example
Text Example
White with #4E6C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6C30; }
p { color: rgb(78,108,48); }
H1.HeaderClassName
{
color: #4E6C30;
}
.AnyTagClassName
{
color: #4E6C30;
}
</style>
background-color css
<style>
a { background-color: #4E6C30; }
a { background-color: rgb(78,108,48); }
div.DivClassName
{
background-color: #4E6C30;
}
.BgClassName
{
background-color: #4E6C30;
}
</style>
border-color css
<style>
span { border-color: #4E6C30; }
span { border-color: rgb(78,108,48); }
td.TdClassName
{
border-color: #4E6C30;
}
.TagClassName
{
border-color: #4E6C30;
}
</style>