Shades of La Palma #4E992B
Tints of La Palma #4E992B
RGB
CMYK
RGB Variations
Color information
#4E992B (or 0x4E992B) is known color: La Palma. HEX triplet: 4E, 99 and 2B. RGB value is (78,153,43). Sum of RGB (Red+Green+Blue) = 78+153+43=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #4E992B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E992B is #B166D4. Grayscale: #767676. Windows color (decimal): -11626197 or 2857294. OLE color: 2857294.
HSL color Cylindrical-coordinate representation of color #4E992B: hue angle of 100.91º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E992B is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 78 | 153 | 43 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.4 |
| HSL | 100.91º | 0.56% | 0.38% | - |
| HSV(B) | 100.91º | 0.72% | 0.6% | - |
| XYZ | 14.97 | 24.58 | 6.24 | - |
| YUV | 118.04 | 85.65 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 153 | 43 | 0.49 | 0 | 0.72 | 0.4 | 100.91 | 0.56 | 0.38 |
| Hex | 4E | 99 | 2B | 31 | 0 | 48 | 28 | 65 | 38 | 26 |
| Octal | 116 | 231 | 53 | 61 | 0 | 110 | 50 | 145 | 70 | 46 |
| Binary | 1001110 | 10011001 | 101011 | 110001 | 0 | 1001000 | 101000 | 1100101 | 111000 | 100110 |
Color Harmonies of #4E992B
Complementary color
Monochromatic Colors of #4E992B
Black with #4E992B
Text Example
Text Example
White with #4E992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E992B; }
p { color: rgb(78,153,43); }
H1.HeaderClassName
{
color: #4E992B;
}
.AnyTagClassName
{
color: #4E992B;
}
</style>
background-color css
<style>
a { background-color: #4E992B; }
a { background-color: rgb(78,153,43); }
div.DivClassName
{
background-color: #4E992B;
}
.BgClassName
{
background-color: #4E992B;
}
</style>
border-color css
<style>
span { border-color: #4E992B; }
span { border-color: rgb(78,153,43); }
td.TdClassName
{
border-color: #4E992B;
}
.TagClassName
{
border-color: #4E992B;
}
</style>