Shades of La Palma #4E8A30
Tints of La Palma #4E8A30
RGB
CMYK
RGB Variations
Color information
#4E8A30 (or 0x4E8A30) is known color: La Palma. HEX triplet: 4E, 8A and 30. RGB value is (78,138,48). Sum of RGB (Red+Green+Blue) = 78+138+48=264 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.55% from 264); Green value is 138 (54.30% from 255 or 52.27% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 138 - color contains mainly: green. Hex color #4E8A30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8A30 is #B175CF. Grayscale: #6E6E6E. Windows color (decimal): -11630032 or 3181134. OLE color: 3181134.
HSL color Cylindrical-coordinate representation of color #4E8A30: hue angle of 100º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E8A30 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 138 | 48 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.46 |
| HSL | 100º | 0.48% | 0.36% | - |
| HSV(B) | 100º | 0.65% | 0.54% | - |
| XYZ | 12.76 | 20.01 | 5.99 | - |
| YUV | 109.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 138 | 48 | 0.43 | 0 | 0.65 | 0.46 | 100 | 0.48 | 0.36 |
| Hex | 4E | 8A | 30 | 2B | 0 | 41 | 2E | 64 | 30 | 24 |
| Octal | 116 | 212 | 60 | 53 | 0 | 101 | 56 | 144 | 60 | 44 |
| Binary | 1001110 | 10001010 | 110000 | 101011 | 0 | 1000001 | 101110 | 1100100 | 110000 | 100100 |
Color Harmonies of #4E8A30
Complementary color
Monochromatic Colors of #4E8A30
Black with #4E8A30
Text Example
Text Example
White with #4E8A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8A30; }
p { color: rgb(78,138,48); }
H1.HeaderClassName
{
color: #4E8A30;
}
.AnyTagClassName
{
color: #4E8A30;
}
</style>
background-color css
<style>
a { background-color: #4E8A30; }
a { background-color: rgb(78,138,48); }
div.DivClassName
{
background-color: #4E8A30;
}
.BgClassName
{
background-color: #4E8A30;
}
</style>
border-color css
<style>
span { border-color: #4E8A30; }
span { border-color: rgb(78,138,48); }
td.TdClassName
{
border-color: #4E8A30;
}
.TagClassName
{
border-color: #4E8A30;
}
</style>