Shades of La Palma #4E942A
Tints of La Palma #4E942A
RGB
CMYK
RGB Variations
Color information
#4E942A (or 0x4E942A) is known color: La Palma. HEX triplet: 4E, 94 and 2A. RGB value is (78,148,42). Sum of RGB (Red+Green+Blue) = 78+148+42=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #4E942A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E942A is #B16BD5. Grayscale: #737373. Windows color (decimal): -11627478 or 2790478. OLE color: 2790478.
HSL color Cylindrical-coordinate representation of color #4E942A: hue angle of 99.62º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E942A is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 148 | 42 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.42 |
| HSL | 99.62º | 0.56% | 0.37% | - |
| HSV(B) | 99.62º | 0.72% | 0.58% | - |
| XYZ | 14.15 | 22.97 | 5.88 | - |
| YUV | 114.99 | 86.81 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 148 | 42 | 0.47 | 0 | 0.72 | 0.42 | 99.62 | 0.56 | 0.37 |
| Hex | 4E | 94 | 2A | 2F | 0 | 48 | 2A | 64 | 38 | 25 |
| Octal | 116 | 224 | 52 | 57 | 0 | 110 | 52 | 144 | 70 | 45 |
| Binary | 1001110 | 10010100 | 101010 | 101111 | 0 | 1001000 | 101010 | 1100100 | 111000 | 100101 |
Color Harmonies of #4E942A
Complementary color
Monochromatic Colors of #4E942A
Black with #4E942A
Text Example
Text Example
White with #4E942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E942A; }
p { color: rgb(78,148,42); }
H1.HeaderClassName
{
color: #4E942A;
}
.AnyTagClassName
{
color: #4E942A;
}
</style>
background-color css
<style>
a { background-color: #4E942A; }
a { background-color: rgb(78,148,42); }
div.DivClassName
{
background-color: #4E942A;
}
.BgClassName
{
background-color: #4E942A;
}
</style>
border-color css
<style>
span { border-color: #4E942A; }
span { border-color: rgb(78,148,42); }
td.TdClassName
{
border-color: #4E942A;
}
.TagClassName
{
border-color: #4E942A;
}
</style>