Shades of La Palma #4E8520
Tints of La Palma #4E8520
RGB
CMYK
RGB Variations
Color information
#4E8520 (or 0x4E8520) is known color: La Palma. HEX triplet: 4E, 85 and 20. RGB value is (78,133,32). Sum of RGB (Red+Green+Blue) = 78+133+32=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #4E8520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8520 is #B17ADF. Grayscale: #696969. Windows color (decimal): -11631328 or 2131278. OLE color: 2131278.
HSL color Cylindrical-coordinate representation of color #4E8520: hue angle of 92.67º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E8520 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 133 | 32 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.48 |
| HSL | 92.67º | 0.61% | 0.32% | - |
| HSV(B) | 92.67º | 0.76% | 0.52% | - |
| XYZ | 11.79 | 18.5 | 4.32 | - |
| YUV | 105.04 | 86.78 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 133 | 32 | 0.41 | 0 | 0.76 | 0.48 | 92.67 | 0.61 | 0.32 |
| Hex | 4E | 85 | 20 | 29 | 0 | 4C | 30 | 5D | 3D | 20 |
| Octal | 116 | 205 | 40 | 51 | 0 | 114 | 60 | 135 | 75 | 40 |
| Binary | 1001110 | 10000101 | 100000 | 101001 | 0 | 1001100 | 110000 | 1011101 | 111101 | 100000 |
Color Harmonies of #4E8520
Complementary color
Monochromatic Colors of #4E8520
Black with #4E8520
Text Example
Text Example
White with #4E8520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8520; }
p { color: rgb(78,133,32); }
H1.HeaderClassName
{
color: #4E8520;
}
.AnyTagClassName
{
color: #4E8520;
}
</style>
background-color css
<style>
a { background-color: #4E8520; }
a { background-color: rgb(78,133,32); }
div.DivClassName
{
background-color: #4E8520;
}
.BgClassName
{
background-color: #4E8520;
}
</style>
border-color css
<style>
span { border-color: #4E8520; }
span { border-color: rgb(78,133,32); }
td.TdClassName
{
border-color: #4E8520;
}
.TagClassName
{
border-color: #4E8520;
}
</style>