Shades of La Palma #4EA32F
Tints of La Palma #4EA32F
RGB
CMYK
RGB Variations
Color information
#4EA32F (or 0x4EA32F) is known color: La Palma. HEX triplet: 4E, A3 and 2F. RGB value is (78,163,47). Sum of RGB (Red+Green+Blue) = 78+163+47=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 163 (64.06% from 255 or 56.60% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 163 - color contains mainly: green. Hex color #4EA32F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA32F is #B15CD0. Grayscale: #7C7C7C. Windows color (decimal): -11623633 or 3121998. OLE color: 3121998.
HSL color Cylindrical-coordinate representation of color #4EA32F: hue angle of 103.97º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4EA32F is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 163 | 47 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.36 |
| HSL | 103.97º | 0.55% | 0.41% | - |
| HSV(B) | 103.97º | 0.71% | 0.64% | - |
| XYZ | 16.75 | 28.02 | 7.21 | - |
| YUV | 124.36 | 84.34 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 163 | 47 | 0.52 | 0 | 0.71 | 0.36 | 103.97 | 0.55 | 0.41 |
| Hex | 4E | A3 | 2F | 34 | 0 | 47 | 24 | 68 | 37 | 29 |
| Octal | 116 | 243 | 57 | 64 | 0 | 107 | 44 | 150 | 67 | 51 |
| Binary | 1001110 | 10100011 | 101111 | 110100 | 0 | 1000111 | 100100 | 1101000 | 110111 | 101001 |
Color Harmonies of #4EA32F
Complementary color
Monochromatic Colors of #4EA32F
Black with #4EA32F
Text Example
Text Example
White with #4EA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA32F; }
p { color: rgb(78,163,47); }
H1.HeaderClassName
{
color: #4EA32F;
}
.AnyTagClassName
{
color: #4EA32F;
}
</style>
background-color css
<style>
a { background-color: #4EA32F; }
a { background-color: rgb(78,163,47); }
div.DivClassName
{
background-color: #4EA32F;
}
.BgClassName
{
background-color: #4EA32F;
}
</style>
border-color css
<style>
span { border-color: #4EA32F; }
span { border-color: rgb(78,163,47); }
td.TdClassName
{
border-color: #4EA32F;
}
.TagClassName
{
border-color: #4EA32F;
}
</style>