Shades of La Palma #4E8D2C
Tints of La Palma #4E8D2C
RGB
CMYK
RGB Variations
Color information
#4E8D2C (or 0x4E8D2C) is known color: La Palma. HEX triplet: 4E, 8D and 2C. RGB value is (78,141,44). Sum of RGB (Red+Green+Blue) = 78+141+44=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 141 (55.47% from 255 or 53.61% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 141 - color contains mainly: green. Hex color #4E8D2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8D2C is #B172D3. Grayscale: #6F6F6F. Windows color (decimal): -11629268 or 2919758. OLE color: 2919758.
HSL color Cylindrical-coordinate representation of color #4E8D2C: hue angle of 98.97º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E8D2C is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 141 | 44 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.45 |
| HSL | 98.97º | 0.52% | 0.36% | - |
| HSV(B) | 98.97º | 0.69% | 0.55% | - |
| XYZ | 13.12 | 20.85 | 5.72 | - |
| YUV | 111.11 | 90.13 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 141 | 44 | 0.45 | 0 | 0.69 | 0.45 | 98.97 | 0.52 | 0.36 |
| Hex | 4E | 8D | 2C | 2D | 0 | 45 | 2D | 63 | 34 | 24 |
| Octal | 116 | 215 | 54 | 55 | 0 | 105 | 55 | 143 | 64 | 44 |
| Binary | 1001110 | 10001101 | 101100 | 101101 | 0 | 1000101 | 101101 | 1100011 | 110100 | 100100 |
Color Harmonies of #4E8D2C
Complementary color
Monochromatic Colors of #4E8D2C
Black with #4E8D2C
Text Example
Text Example
White with #4E8D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8D2C; }
p { color: rgb(78,141,44); }
H1.HeaderClassName
{
color: #4E8D2C;
}
.AnyTagClassName
{
color: #4E8D2C;
}
</style>
background-color css
<style>
a { background-color: #4E8D2C; }
a { background-color: rgb(78,141,44); }
div.DivClassName
{
background-color: #4E8D2C;
}
.BgClassName
{
background-color: #4E8D2C;
}
</style>
border-color css
<style>
span { border-color: #4E8D2C; }
span { border-color: rgb(78,141,44); }
td.TdClassName
{
border-color: #4E8D2C;
}
.TagClassName
{
border-color: #4E8D2C;
}
</style>