Shades of La Palma #4E802F
Tints of La Palma #4E802F
RGB
CMYK
RGB Variations
Color information
#4E802F (or 0x4E802F) is known color: La Palma. HEX triplet: 4E, 80 and 2F. RGB value is (78,128,47). Sum of RGB (Red+Green+Blue) = 78+128+47=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #4E802F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E802F is #B17FD0. Grayscale: #686868. Windows color (decimal): -11632593 or 3113038. OLE color: 3113038.
HSL color Cylindrical-coordinate representation of color #4E802F: hue angle of 97.04º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E802F is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 128 | 47 | - |
| CMYK | 0.39 | 0 | 0.63 | 0.50 |
| HSL | 97.04º | 0.46% | 0.34% | - |
| HSV(B) | 97.04º | 0.63% | 0.5% | - |
| XYZ | 11.37 | 17.26 | 5.42 | - |
| YUV | 103.82 | 95.94 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 128 | 47 | 0.39 | 0 | 0.63 | 0.50 | 97.04 | 0.46 | 0.34 |
| Hex | 4E | 80 | 2F | 27 | 0 | 3F | 32 | 61 | 2E | 22 |
| Octal | 116 | 200 | 57 | 47 | 0 | 77 | 62 | 141 | 56 | 42 |
| Binary | 1001110 | 10000000 | 101111 | 100111 | 0 | 111111 | 110010 | 1100001 | 101110 | 100010 |
Color Harmonies of #4E802F
Complementary color
Monochromatic Colors of #4E802F
Black with #4E802F
Text Example
Text Example
White with #4E802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E802F; }
p { color: rgb(78,128,47); }
H1.HeaderClassName
{
color: #4E802F;
}
.AnyTagClassName
{
color: #4E802F;
}
</style>
background-color css
<style>
a { background-color: #4E802F; }
a { background-color: rgb(78,128,47); }
div.DivClassName
{
background-color: #4E802F;
}
.BgClassName
{
background-color: #4E802F;
}
</style>
border-color css
<style>
span { border-color: #4E802F; }
span { border-color: rgb(78,128,47); }
td.TdClassName
{
border-color: #4E802F;
}
.TagClassName
{
border-color: #4E802F;
}
</style>