Shades of La Palma #4E842C
Tints of La Palma #4E842C
RGB
CMYK
RGB Variations
Color information
#4E842C (or 0x4E842C) is known color: La Palma. HEX triplet: 4E, 84 and 2C. RGB value is (78,132,44). Sum of RGB (Red+Green+Blue) = 78+132+44=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #4E842C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E842C is #B17BD3. Grayscale: #6A6A6A. Windows color (decimal): -11631572 or 2917454. OLE color: 2917454.
HSL color Cylindrical-coordinate representation of color #4E842C: hue angle of 96.82º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E842C is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 132 | 44 | - |
| CMYK | 0.41 | 0 | 0.67 | 0.48 |
| HSL | 96.82º | 0.5% | 0.35% | - |
| HSV(B) | 96.82º | 0.67% | 0.52% | - |
| XYZ | 11.85 | 18.3 | 5.29 | - |
| YUV | 105.82 | 93.11 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 132 | 44 | 0.41 | 0 | 0.67 | 0.48 | 96.82 | 0.5 | 0.35 |
| Hex | 4E | 84 | 2C | 29 | 0 | 43 | 30 | 61 | 32 | 23 |
| Octal | 116 | 204 | 54 | 51 | 0 | 103 | 60 | 141 | 62 | 43 |
| Binary | 1001110 | 10000100 | 101100 | 101001 | 0 | 1000011 | 110000 | 1100001 | 110010 | 100011 |
Color Harmonies of #4E842C
Complementary color
Monochromatic Colors of #4E842C
Black with #4E842C
Text Example
Text Example
White with #4E842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E842C; }
p { color: rgb(78,132,44); }
H1.HeaderClassName
{
color: #4E842C;
}
.AnyTagClassName
{
color: #4E842C;
}
</style>
background-color css
<style>
a { background-color: #4E842C; }
a { background-color: rgb(78,132,44); }
div.DivClassName
{
background-color: #4E842C;
}
.BgClassName
{
background-color: #4E842C;
}
</style>
border-color css
<style>
span { border-color: #4E842C; }
span { border-color: rgb(78,132,44); }
td.TdClassName
{
border-color: #4E842C;
}
.TagClassName
{
border-color: #4E842C;
}
</style>