Shades of La Palma #4E932C
Tints of La Palma #4E932C
RGB
CMYK
RGB Variations
Color information
#4E932C (or 0x4E932C) is known color: La Palma. HEX triplet: 4E, 93 and 2C. RGB value is (78,147,44). Sum of RGB (Red+Green+Blue) = 78+147+44=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #4E932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E932C is #B16CD3. Grayscale: #727272. Windows color (decimal): -11627732 or 2921294. OLE color: 2921294.
HSL color Cylindrical-coordinate representation of color #4E932C: hue angle of 100.19º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E932C is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 147 | 44 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.42 |
| HSL | 100.19º | 0.54% | 0.37% | - |
| HSV(B) | 100.19º | 0.7% | 0.58% | - |
| XYZ | 14.03 | 22.67 | 6.02 | - |
| YUV | 114.63 | 88.14 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 147 | 44 | 0.47 | 0 | 0.70 | 0.42 | 100.19 | 0.54 | 0.37 |
| Hex | 4E | 93 | 2C | 2F | 0 | 46 | 2A | 64 | 36 | 25 |
| Octal | 116 | 223 | 54 | 57 | 0 | 106 | 52 | 144 | 66 | 45 |
| Binary | 1001110 | 10010011 | 101100 | 101111 | 0 | 1000110 | 101010 | 1100100 | 110110 | 100101 |
Color Harmonies of #4E932C
Complementary color
Monochromatic Colors of #4E932C
Black with #4E932C
Text Example
Text Example
White with #4E932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E932C; }
p { color: rgb(78,147,44); }
H1.HeaderClassName
{
color: #4E932C;
}
.AnyTagClassName
{
color: #4E932C;
}
</style>
background-color css
<style>
a { background-color: #4E932C; }
a { background-color: rgb(78,147,44); }
div.DivClassName
{
background-color: #4E932C;
}
.BgClassName
{
background-color: #4E932C;
}
</style>
border-color css
<style>
span { border-color: #4E932C; }
span { border-color: rgb(78,147,44); }
td.TdClassName
{
border-color: #4E932C;
}
.TagClassName
{
border-color: #4E932C;
}
</style>