Shades of La Palma #4E8D31
Tints of La Palma #4E8D31
RGB
CMYK
RGB Variations
Color information
#4E8D31 (or 0x4E8D31) is known color: La Palma. HEX triplet: 4E, 8D and 31. RGB value is (78,141,49). Sum of RGB (Red+Green+Blue) = 78+141+49=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #4E8D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8D31 is #B172CE. Grayscale: #6F6F6F. Windows color (decimal): -11629263 or 3247438. OLE color: 3247438.
HSL color Cylindrical-coordinate representation of color #4E8D31: hue angle of 101.09º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E8D31 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 141 | 49 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.45 |
| HSL | 101.09º | 0.48% | 0.37% | - |
| HSV(B) | 101.09º | 0.65% | 0.55% | - |
| XYZ | 13.22 | 20.89 | 6.24 | - |
| YUV | 111.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 141 | 49 | 0.45 | 0 | 0.65 | 0.45 | 101.09 | 0.48 | 0.37 |
| Hex | 4E | 8D | 31 | 2D | 0 | 41 | 2D | 65 | 30 | 25 |
| Octal | 116 | 215 | 61 | 55 | 0 | 101 | 55 | 145 | 60 | 45 |
| Binary | 1001110 | 10001101 | 110001 | 101101 | 0 | 1000001 | 101101 | 1100101 | 110000 | 100101 |
Color Harmonies of #4E8D31
Complementary color
Monochromatic Colors of #4E8D31
Black with #4E8D31
Text Example
Text Example
White with #4E8D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8D31; }
p { color: rgb(78,141,49); }
H1.HeaderClassName
{
color: #4E8D31;
}
.AnyTagClassName
{
color: #4E8D31;
}
</style>
background-color css
<style>
a { background-color: #4E8D31; }
a { background-color: rgb(78,141,49); }
div.DivClassName
{
background-color: #4E8D31;
}
.BgClassName
{
background-color: #4E8D31;
}
</style>
border-color css
<style>
span { border-color: #4E8D31; }
span { border-color: rgb(78,141,49); }
td.TdClassName
{
border-color: #4E8D31;
}
.TagClassName
{
border-color: #4E8D31;
}
</style>