Shades of La Palma #4E8023
Tints of La Palma #4E8023
RGB
CMYK
RGB Variations
Color information
#4E8023 (or 0x4E8023) is known color: La Palma. HEX triplet: 4E, 80 and 23. RGB value is (78,128,35). Sum of RGB (Red+Green+Blue) = 78+128+35=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #4E8023 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8023 is #B17FDC. Grayscale: #666666. Windows color (decimal): -11632605 or 2326606. OLE color: 2326606.
HSL color Cylindrical-coordinate representation of color #4E8023: hue angle of 92.26º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E8023 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 128 | 35 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.50 |
| HSL | 92.26º | 0.57% | 0.32% | - |
| HSV(B) | 92.26º | 0.73% | 0.5% | - |
| XYZ | 11.16 | 17.18 | 4.32 | - |
| YUV | 102.45 | 89.94 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 128 | 35 | 0.39 | 0 | 0.73 | 0.50 | 92.26 | 0.57 | 0.32 |
| Hex | 4E | 80 | 23 | 27 | 0 | 49 | 32 | 5C | 39 | 20 |
| Octal | 116 | 200 | 43 | 47 | 0 | 111 | 62 | 134 | 71 | 40 |
| Binary | 1001110 | 10000000 | 100011 | 100111 | 0 | 1001001 | 110010 | 1011100 | 111001 | 100000 |
Color Harmonies of #4E8023
Complementary color
Monochromatic Colors of #4E8023
Black with #4E8023
Text Example
Text Example
White with #4E8023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8023; }
p { color: rgb(78,128,35); }
H1.HeaderClassName
{
color: #4E8023;
}
.AnyTagClassName
{
color: #4E8023;
}
</style>
background-color css
<style>
a { background-color: #4E8023; }
a { background-color: rgb(78,128,35); }
div.DivClassName
{
background-color: #4E8023;
}
.BgClassName
{
background-color: #4E8023;
}
</style>
border-color css
<style>
span { border-color: #4E8023; }
span { border-color: rgb(78,128,35); }
td.TdClassName
{
border-color: #4E8023;
}
.TagClassName
{
border-color: #4E8023;
}
</style>