Shades of La Palma #4EA132
Tints of La Palma #4EA132
RGB
CMYK
RGB Variations
Color information
#4EA132 (or 0x4EA132) is known color: La Palma. HEX triplet: 4E, A1 and 32. RGB value is (78,161,50). Sum of RGB (Red+Green+Blue) = 78+161+50=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 161 (63.28% from 255 or 55.71% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA132 is #B15ECD. Grayscale: #7B7B7B. Windows color (decimal): -11624142 or 3318094. OLE color: 3318094.
HSL color Cylindrical-coordinate representation of color #4EA132: hue angle of 104.86º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EA132 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 161 | 50 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.37 |
| HSL | 104.86º | 0.53% | 0.41% | - |
| HSV(B) | 104.86º | 0.69% | 0.63% | - |
| XYZ | 16.46 | 27.34 | 7.43 | - |
| YUV | 123.53 | 86.5 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 161 | 50 | 0.52 | 0 | 0.69 | 0.37 | 104.86 | 0.53 | 0.41 |
| Hex | 4E | A1 | 32 | 34 | 0 | 45 | 25 | 69 | 35 | 29 |
| Octal | 116 | 241 | 62 | 64 | 0 | 105 | 45 | 151 | 65 | 51 |
| Binary | 1001110 | 10100001 | 110010 | 110100 | 0 | 1000101 | 100101 | 1101001 | 110101 | 101001 |
Color Harmonies of #4EA132
Complementary color
Monochromatic Colors of #4EA132
Black with #4EA132
Text Example
Text Example
White with #4EA132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA132; }
p { color: rgb(78,161,50); }
H1.HeaderClassName
{
color: #4EA132;
}
.AnyTagClassName
{
color: #4EA132;
}
</style>
background-color css
<style>
a { background-color: #4EA132; }
a { background-color: rgb(78,161,50); }
div.DivClassName
{
background-color: #4EA132;
}
.BgClassName
{
background-color: #4EA132;
}
</style>
border-color css
<style>
span { border-color: #4EA132; }
span { border-color: rgb(78,161,50); }
td.TdClassName
{
border-color: #4EA132;
}
.TagClassName
{
border-color: #4EA132;
}
</style>