Shades of La Palma #4E9532
Tints of La Palma #4E9532
RGB
CMYK
RGB Variations
Color information
#4E9532 (or 0x4E9532) is known color: La Palma. HEX triplet: 4E, 95 and 32. RGB value is (78,149,50). Sum of RGB (Red+Green+Blue) = 78+149+50=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #4E9532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E9532 is #B16ACD. Grayscale: #747474. Windows color (decimal): -11627214 or 3315022. OLE color: 3315022.
HSL color Cylindrical-coordinate representation of color #4E9532: hue angle of 103.03º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E9532 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 149 | 50 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.42 |
| HSL | 103.03º | 0.5% | 0.39% | - |
| HSV(B) | 103.03º | 0.66% | 0.58% | - |
| XYZ | 14.47 | 23.34 | 6.76 | - |
| YUV | 116.49 | 90.48 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 149 | 50 | 0.48 | 0 | 0.66 | 0.42 | 103.03 | 0.5 | 0.39 |
| Hex | 4E | 95 | 32 | 30 | 0 | 42 | 2A | 67 | 32 | 27 |
| Octal | 116 | 225 | 62 | 60 | 0 | 102 | 52 | 147 | 62 | 47 |
| Binary | 1001110 | 10010101 | 110010 | 110000 | 0 | 1000010 | 101010 | 1100111 | 110010 | 100111 |
Color Harmonies of #4E9532
Complementary color
Monochromatic Colors of #4E9532
Black with #4E9532
Text Example
Text Example
White with #4E9532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9532; }
p { color: rgb(78,149,50); }
H1.HeaderClassName
{
color: #4E9532;
}
.AnyTagClassName
{
color: #4E9532;
}
</style>
background-color css
<style>
a { background-color: #4E9532; }
a { background-color: rgb(78,149,50); }
div.DivClassName
{
background-color: #4E9532;
}
.BgClassName
{
background-color: #4E9532;
}
</style>
border-color css
<style>
span { border-color: #4E9532; }
span { border-color: rgb(78,149,50); }
td.TdClassName
{
border-color: #4E9532;
}
.TagClassName
{
border-color: #4E9532;
}
</style>