Shades of La Palma #4E902C
Tints of La Palma #4E902C
RGB
CMYK
RGB Variations
Color information
#4E902C (or 0x4E902C) is known color: La Palma. HEX triplet: 4E, 90 and 2C. RGB value is (78,144,44). Sum of RGB (Red+Green+Blue) = 78+144+44=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #4E902C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E902C is #B16FD3. Grayscale: #717171. Windows color (decimal): -11628500 or 2920526. OLE color: 2920526.
HSL color Cylindrical-coordinate representation of color #4E902C: hue angle of 99.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E902C is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 144 | 44 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.44 |
| HSL | 99.6º | 0.53% | 0.37% | - |
| HSV(B) | 99.6º | 0.69% | 0.56% | - |
| XYZ | 13.57 | 21.75 | 5.87 | - |
| YUV | 112.87 | 89.13 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 144 | 44 | 0.46 | 0 | 0.69 | 0.44 | 99.6 | 0.53 | 0.37 |
| Hex | 4E | 90 | 2C | 2E | 0 | 45 | 2C | 64 | 35 | 25 |
| Octal | 116 | 220 | 54 | 56 | 0 | 105 | 54 | 144 | 65 | 45 |
| Binary | 1001110 | 10010000 | 101100 | 101110 | 0 | 1000101 | 101100 | 1100100 | 110101 | 100101 |
Color Harmonies of #4E902C
Complementary color
Monochromatic Colors of #4E902C
Black with #4E902C
Text Example
Text Example
White with #4E902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E902C; }
p { color: rgb(78,144,44); }
H1.HeaderClassName
{
color: #4E902C;
}
.AnyTagClassName
{
color: #4E902C;
}
</style>
background-color css
<style>
a { background-color: #4E902C; }
a { background-color: rgb(78,144,44); }
div.DivClassName
{
background-color: #4E902C;
}
.BgClassName
{
background-color: #4E902C;
}
</style>
border-color css
<style>
span { border-color: #4E902C; }
span { border-color: rgb(78,144,44); }
td.TdClassName
{
border-color: #4E902C;
}
.TagClassName
{
border-color: #4E902C;
}
</style>