Shades of La Palma #4E912D
Tints of La Palma #4E912D
RGB
CMYK
RGB Variations
Color information
#4E912D (or 0x4E912D) is known color: La Palma. HEX triplet: 4E, 91 and 2D. RGB value is (78,145,45). Sum of RGB (Red+Green+Blue) = 78+145+45=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 145 (57.03% from 255 or 54.10% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 145 - color contains mainly: green. Hex color #4E912D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E912D is #B16ED2. Grayscale: #717171. Windows color (decimal): -11628243 or 2986318. OLE color: 2986318.
HSL color Cylindrical-coordinate representation of color #4E912D: hue angle of 100.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E912D is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 145 | 45 | - |
| CMYK | 0.46 | 0 | 0.69 | 0.43 |
| HSL | 100.2º | 0.53% | 0.37% | - |
| HSV(B) | 100.2º | 0.69% | 0.57% | - |
| XYZ | 13.74 | 22.06 | 6.02 | - |
| YUV | 113.57 | 89.3 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 145 | 45 | 0.46 | 0 | 0.69 | 0.43 | 100.2 | 0.53 | 0.37 |
| Hex | 4E | 91 | 2D | 2E | 0 | 45 | 2B | 64 | 35 | 25 |
| Octal | 116 | 221 | 55 | 56 | 0 | 105 | 53 | 144 | 65 | 45 |
| Binary | 1001110 | 10010001 | 101101 | 101110 | 0 | 1000101 | 101011 | 1100100 | 110101 | 100101 |
Color Harmonies of #4E912D
Complementary color
Monochromatic Colors of #4E912D
Black with #4E912D
Text Example
Text Example
White with #4E912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E912D; }
p { color: rgb(78,145,45); }
H1.HeaderClassName
{
color: #4E912D;
}
.AnyTagClassName
{
color: #4E912D;
}
</style>
background-color css
<style>
a { background-color: #4E912D; }
a { background-color: rgb(78,145,45); }
div.DivClassName
{
background-color: #4E912D;
}
.BgClassName
{
background-color: #4E912D;
}
</style>
border-color css
<style>
span { border-color: #4E912D; }
span { border-color: rgb(78,145,45); }
td.TdClassName
{
border-color: #4E912D;
}
.TagClassName
{
border-color: #4E912D;
}
</style>