Shades of La Palma #4F953A
Tints of La Palma #4F953A
RGB
CMYK
RGB Variations
Color information
#4F953A (or 0x4F953A) is known color: La Palma. HEX triplet: 4F, 95 and 3A. RGB value is (79,149,58). Sum of RGB (Red+Green+Blue) = 79+149+58=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #4F953A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F953A is #B06AC5. Grayscale: #757575. Windows color (decimal): -11561670 or 3839311. OLE color: 3839311.
HSL color Cylindrical-coordinate representation of color #4F953A: hue angle of 106.15º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F953A is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 149 | 58 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.42 |
| HSL | 106.15º | 0.44% | 0.41% | - |
| HSV(B) | 106.15º | 0.61% | 0.58% | - |
| XYZ | 14.74 | 23.46 | 7.76 | - |
| YUV | 117.7 | 94.31 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 149 | 58 | 0.47 | 0 | 0.61 | 0.42 | 106.15 | 0.44 | 0.41 |
| Hex | 4F | 95 | 3A | 2F | 0 | 3D | 2A | 6A | 2C | 29 |
| Octal | 117 | 225 | 72 | 57 | 0 | 75 | 52 | 152 | 54 | 51 |
| Binary | 1001111 | 10010101 | 111010 | 101111 | 0 | 111101 | 101010 | 1101010 | 101100 | 101001 |
Color Harmonies of #4F953A
Complementary color
Monochromatic Colors of #4F953A
Black with #4F953A
Text Example
Text Example
White with #4F953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F953A; }
p { color: rgb(79,149,58); }
H1.HeaderClassName
{
color: #4F953A;
}
.AnyTagClassName
{
color: #4F953A;
}
</style>
background-color css
<style>
a { background-color: #4F953A; }
a { background-color: rgb(79,149,58); }
div.DivClassName
{
background-color: #4F953A;
}
.BgClassName
{
background-color: #4F953A;
}
</style>
border-color css
<style>
span { border-color: #4F953A; }
span { border-color: rgb(79,149,58); }
td.TdClassName
{
border-color: #4F953A;
}
.TagClassName
{
border-color: #4F953A;
}
</style>