Shades of La Palma #4E9E34
Tints of La Palma #4E9E34
RGB
CMYK
RGB Variations
Color information
#4E9E34 (or 0x4E9E34) is known color: La Palma. HEX triplet: 4E, 9E and 34. RGB value is (78,158,52). Sum of RGB (Red+Green+Blue) = 78+158+52=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 158 (62.11% from 255 or 54.86% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 158 - color contains mainly: green. Hex color #4E9E34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E9E34 is #B161CB. Grayscale: #7A7A7A. Windows color (decimal): -11624908 or 3448398. OLE color: 3448398.
HSL color Cylindrical-coordinate representation of color #4E9E34: hue angle of 105.28º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E9E34 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 158 | 52 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.38 |
| HSL | 105.28º | 0.5% | 0.41% | - |
| HSV(B) | 105.28º | 0.67% | 0.62% | - |
| XYZ | 15.99 | 26.32 | 7.49 | - |
| YUV | 122 | 88.5 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 158 | 52 | 0.51 | 0 | 0.67 | 0.38 | 105.28 | 0.5 | 0.41 |
| Hex | 4E | 9E | 34 | 33 | 0 | 43 | 26 | 69 | 32 | 29 |
| Octal | 116 | 236 | 64 | 63 | 0 | 103 | 46 | 151 | 62 | 51 |
| Binary | 1001110 | 10011110 | 110100 | 110011 | 0 | 1000011 | 100110 | 1101001 | 110010 | 101001 |
Color Harmonies of #4E9E34
Complementary color
Monochromatic Colors of #4E9E34
Black with #4E9E34
Text Example
Text Example
White with #4E9E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E9E34; }
p { color: rgb(78,158,52); }
H1.HeaderClassName
{
color: #4E9E34;
}
.AnyTagClassName
{
color: #4E9E34;
}
</style>
background-color css
<style>
a { background-color: #4E9E34; }
a { background-color: rgb(78,158,52); }
div.DivClassName
{
background-color: #4E9E34;
}
.BgClassName
{
background-color: #4E9E34;
}
</style>
border-color css
<style>
span { border-color: #4E9E34; }
span { border-color: rgb(78,158,52); }
td.TdClassName
{
border-color: #4E9E34;
}
.TagClassName
{
border-color: #4E9E34;
}
</style>