Shades of La Palma #4F942E
Tints of La Palma #4F942E
RGB
CMYK
RGB Variations
Color information
#4F942E (or 0x4F942E) is known color: La Palma. HEX triplet: 4F, 94 and 2E. RGB value is (79,148,46). Sum of RGB (Red+Green+Blue) = 79+148+46=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #4F942E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F942E is #B06BD1. Grayscale: #747474. Windows color (decimal): -11561938 or 3052623. OLE color: 3052623.
HSL color Cylindrical-coordinate representation of color #4F942E: hue angle of 100.59º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F942E is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 148 | 46 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.42 |
| HSL | 100.59º | 0.53% | 0.38% | - |
| HSV(B) | 100.59º | 0.69% | 0.58% | - |
| XYZ | 14.31 | 23.04 | 6.28 | - |
| YUV | 115.74 | 88.64 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 148 | 46 | 0.47 | 0 | 0.69 | 0.42 | 100.59 | 0.53 | 0.38 |
| Hex | 4F | 94 | 2E | 2F | 0 | 45 | 2A | 65 | 35 | 26 |
| Octal | 117 | 224 | 56 | 57 | 0 | 105 | 52 | 145 | 65 | 46 |
| Binary | 1001111 | 10010100 | 101110 | 101111 | 0 | 1000101 | 101010 | 1100101 | 110101 | 100110 |
Color Harmonies of #4F942E
Complementary color
Monochromatic Colors of #4F942E
Black with #4F942E
Text Example
Text Example
White with #4F942E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F942E; }
p { color: rgb(79,148,46); }
H1.HeaderClassName
{
color: #4F942E;
}
.AnyTagClassName
{
color: #4F942E;
}
</style>
background-color css
<style>
a { background-color: #4F942E; }
a { background-color: rgb(79,148,46); }
div.DivClassName
{
background-color: #4F942E;
}
.BgClassName
{
background-color: #4F942E;
}
</style>
border-color css
<style>
span { border-color: #4F942E; }
span { border-color: rgb(79,148,46); }
td.TdClassName
{
border-color: #4F942E;
}
.TagClassName
{
border-color: #4F942E;
}
</style>