Shades of La Palma #4E8324
Tints of La Palma #4E8324
RGB
CMYK
RGB Variations
Color information
#4E8324 (or 0x4E8324) is known color: La Palma. HEX triplet: 4E, 83 and 24. RGB value is (78,131,36). Sum of RGB (Red+Green+Blue) = 78+131+36=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #4E8324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8324 is #B17CDB. Grayscale: #686868. Windows color (decimal): -11631836 or 2392910. OLE color: 2392910.
HSL color Cylindrical-coordinate representation of color #4E8324: hue angle of 93.47º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E8324 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 78 | 131 | 36 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.49 |
| HSL | 93.47º | 0.57% | 0.33% | - |
| HSV(B) | 93.47º | 0.73% | 0.51% | - |
| XYZ | 11.58 | 17.98 | 4.53 | - |
| YUV | 104.32 | 89.44 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 131 | 36 | 0.40 | 0 | 0.73 | 0.49 | 93.47 | 0.57 | 0.33 |
| Hex | 4E | 83 | 24 | 28 | 0 | 49 | 31 | 5D | 39 | 21 |
| Octal | 116 | 203 | 44 | 50 | 0 | 111 | 61 | 135 | 71 | 41 |
| Binary | 1001110 | 10000011 | 100100 | 101000 | 0 | 1001001 | 110001 | 1011101 | 111001 | 100001 |
Color Harmonies of #4E8324
Complementary color
Monochromatic Colors of #4E8324
Black with #4E8324
Text Example
Text Example
White with #4E8324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8324; }
p { color: rgb(78,131,36); }
H1.HeaderClassName
{
color: #4E8324;
}
.AnyTagClassName
{
color: #4E8324;
}
</style>
background-color css
<style>
a { background-color: #4E8324; }
a { background-color: rgb(78,131,36); }
div.DivClassName
{
background-color: #4E8324;
}
.BgClassName
{
background-color: #4E8324;
}
</style>
border-color css
<style>
span { border-color: #4E8324; }
span { border-color: rgb(78,131,36); }
td.TdClassName
{
border-color: #4E8324;
}
.TagClassName
{
border-color: #4E8324;
}
</style>