Shades of La Palma #4E912C
Tints of La Palma #4E912C
RGB
CMYK
RGB Variations
Color information
#4E912C (or 0x4E912C) is known color: La Palma. HEX triplet: 4E, 91 and 2C. RGB value is (78,145,44). Sum of RGB (Red+Green+Blue) = 78+145+44=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #4E912C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E912C is #B16ED3. Grayscale: #717171. Windows color (decimal): -11628244 or 2920782. OLE color: 2920782.
HSL color Cylindrical-coordinate representation of color #4E912C: hue angle of 99.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E912C is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 145 | 44 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.43 |
| HSL | 99.8º | 0.53% | 0.37% | - |
| HSV(B) | 99.8º | 0.7% | 0.57% | - |
| XYZ | 13.72 | 22.05 | 5.92 | - |
| YUV | 113.45 | 88.8 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 44 | 0.46 | 0 | 0.70 | 0.43 | 99.8 | 0.53 | 0.37 |
| Hex | 4E | 91 | 2C | 2E | 0 | 46 | 2B | 64 | 35 | 25 |
| Octal | 116 | 221 | 54 | 56 | 0 | 106 | 53 | 144 | 65 | 45 |
| Binary | 1001110 | 10010001 | 101100 | 101110 | 0 | 1000110 | 101011 | 1100100 | 110101 | 100101 |
Color Harmonies of #4E912C
Complementary color
Monochromatic Colors of #4E912C
Black with #4E912C
Text Example
Text Example
White with #4E912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E912C; }
p { color: rgb(78,145,44); }
H1.HeaderClassName
{
color: #4E912C;
}
.AnyTagClassName
{
color: #4E912C;
}
</style>
background-color css
<style>
a { background-color: #4E912C; }
a { background-color: rgb(78,145,44); }
div.DivClassName
{
background-color: #4E912C;
}
.BgClassName
{
background-color: #4E912C;
}
</style>
border-color css
<style>
span { border-color: #4E912C; }
span { border-color: rgb(78,145,44); }
td.TdClassName
{
border-color: #4E912C;
}
.TagClassName
{
border-color: #4E912C;
}
</style>