Shades of La Palma #4E8A34
Tints of La Palma #4E8A34
RGB
CMYK
RGB Variations
Color information
#4E8A34 (or 0x4E8A34) is known color: La Palma. HEX triplet: 4E, 8A and 34. RGB value is (78,138,52). Sum of RGB (Red+Green+Blue) = 78+138+52=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #4E8A34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8A34 is #B175CB. Grayscale: #6E6E6E. Windows color (decimal): -11630028 or 3443278. OLE color: 3443278.
HSL color Cylindrical-coordinate representation of color #4E8A34: hue angle of 101.86º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E8A34 is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 138 | 52 | - |
| CMYK | 0.43 | 0 | 0.62 | 0.46 |
| HSL | 101.86º | 0.45% | 0.37% | - |
| HSV(B) | 101.86º | 0.62% | 0.54% | - |
| XYZ | 12.85 | 20.04 | 6.44 | - |
| YUV | 110.26 | 95.12 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 138 | 52 | 0.43 | 0 | 0.62 | 0.46 | 101.86 | 0.45 | 0.37 |
| Hex | 4E | 8A | 34 | 2B | 0 | 3E | 2E | 66 | 2D | 25 |
| Octal | 116 | 212 | 64 | 53 | 0 | 76 | 56 | 146 | 55 | 45 |
| Binary | 1001110 | 10001010 | 110100 | 101011 | 0 | 111110 | 101110 | 1100110 | 101101 | 100101 |
Color Harmonies of #4E8A34
Complementary color
Monochromatic Colors of #4E8A34
Black with #4E8A34
Text Example
Text Example
White with #4E8A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8A34; }
p { color: rgb(78,138,52); }
H1.HeaderClassName
{
color: #4E8A34;
}
.AnyTagClassName
{
color: #4E8A34;
}
</style>
background-color css
<style>
a { background-color: #4E8A34; }
a { background-color: rgb(78,138,52); }
div.DivClassName
{
background-color: #4E8A34;
}
.BgClassName
{
background-color: #4E8A34;
}
</style>
border-color css
<style>
span { border-color: #4E8A34; }
span { border-color: rgb(78,138,52); }
td.TdClassName
{
border-color: #4E8A34;
}
.TagClassName
{
border-color: #4E8A34;
}
</style>