Shades of La Palma #4E8620
Tints of La Palma #4E8620
RGB
CMYK
RGB Variations
Color information
#4E8620 (or 0x4E8620) is known color: La Palma. HEX triplet: 4E, 86 and 20. RGB value is (78,134,32). Sum of RGB (Red+Green+Blue) = 78+134+32=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #4E8620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8620 is #B179DF. Grayscale: #696969. Windows color (decimal): -11631072 or 2131534. OLE color: 2131534.
HSL color Cylindrical-coordinate representation of color #4E8620: hue angle of 92.94º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E8620 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 134 | 32 | - |
| CMYK | 0.42 | 0 | 0.76 | 0.47 |
| HSL | 92.94º | 0.61% | 0.33% | - |
| HSV(B) | 92.94º | 0.76% | 0.53% | - |
| XYZ | 11.93 | 18.77 | 4.36 | - |
| YUV | 105.63 | 86.45 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 134 | 32 | 0.42 | 0 | 0.76 | 0.47 | 92.94 | 0.61 | 0.33 |
| Hex | 4E | 86 | 20 | 2A | 0 | 4C | 2F | 5D | 3D | 21 |
| Octal | 116 | 206 | 40 | 52 | 0 | 114 | 57 | 135 | 75 | 41 |
| Binary | 1001110 | 10000110 | 100000 | 101010 | 0 | 1001100 | 101111 | 1011101 | 111101 | 100001 |
Color Harmonies of #4E8620
Complementary color
Monochromatic Colors of #4E8620
Black with #4E8620
Text Example
Text Example
White with #4E8620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8620; }
p { color: rgb(78,134,32); }
H1.HeaderClassName
{
color: #4E8620;
}
.AnyTagClassName
{
color: #4E8620;
}
</style>
background-color css
<style>
a { background-color: #4E8620; }
a { background-color: rgb(78,134,32); }
div.DivClassName
{
background-color: #4E8620;
}
.BgClassName
{
background-color: #4E8620;
}
</style>
border-color css
<style>
span { border-color: #4E8620; }
span { border-color: rgb(78,134,32); }
td.TdClassName
{
border-color: #4E8620;
}
.TagClassName
{
border-color: #4E8620;
}
</style>