Shades of La Palma #4F943D
Tints of La Palma #4F943D
RGB
CMYK
RGB Variations
Color information
#4F943D (or 0x4F943D) is known color: La Palma. HEX triplet: 4F, 94 and 3D. RGB value is (79,148,61). Sum of RGB (Red+Green+Blue) = 79+148+61=288 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.43% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #4F943D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F943D is #B06BC2. Grayscale: #757575. Windows color (decimal): -11561923 or 4035663. OLE color: 4035663.
HSL color Cylindrical-coordinate representation of color #4F943D: hue angle of 107.59º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F943D is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 148 | 61 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.42 |
| HSL | 107.59º | 0.42% | 0.41% | - |
| HSV(B) | 107.59º | 0.59% | 0.58% | - |
| XYZ | 14.66 | 23.18 | 8.12 | - |
| YUV | 117.45 | 96.14 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 148 | 61 | 0.47 | 0 | 0.59 | 0.42 | 107.59 | 0.42 | 0.41 |
| Hex | 4F | 94 | 3D | 2F | 0 | 3B | 2A | 6C | 2A | 29 |
| Octal | 117 | 224 | 75 | 57 | 0 | 73 | 52 | 154 | 52 | 51 |
| Binary | 1001111 | 10010100 | 111101 | 101111 | 0 | 111011 | 101010 | 1101100 | 101010 | 101001 |
Color Harmonies of #4F943D
Complementary color
Monochromatic Colors of #4F943D
Black with #4F943D
Text Example
Text Example
White with #4F943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F943D; }
p { color: rgb(79,148,61); }
H1.HeaderClassName
{
color: #4F943D;
}
.AnyTagClassName
{
color: #4F943D;
}
</style>
background-color css
<style>
a { background-color: #4F943D; }
a { background-color: rgb(79,148,61); }
div.DivClassName
{
background-color: #4F943D;
}
.BgClassName
{
background-color: #4F943D;
}
</style>
border-color css
<style>
span { border-color: #4F943D; }
span { border-color: rgb(79,148,61); }
td.TdClassName
{
border-color: #4F943D;
}
.TagClassName
{
border-color: #4F943D;
}
</style>