Shades of La Palma #4F8129
Tints of La Palma #4F8129
RGB
CMYK
RGB Variations
Color information
#4F8129 (or 0x4F8129) is known color: La Palma. HEX triplet: 4F, 81 and 29. RGB value is (79,129,41). Sum of RGB (Red+Green+Blue) = 79+129+41=249 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.73% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #4F8129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8129 is #B07ED6. Grayscale: #686868. Windows color (decimal): -11566807 or 2720079. OLE color: 2720079.
HSL color Cylindrical-coordinate representation of color #4F8129: hue angle of 94.09º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F8129 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 129 | 41 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.49 |
| HSL | 94.09º | 0.52% | 0.33% | - |
| HSV(B) | 94.09º | 0.68% | 0.51% | - |
| XYZ | 11.47 | 17.52 | 4.88 | - |
| YUV | 104.02 | 92.44 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 129 | 41 | 0.39 | 0 | 0.68 | 0.49 | 94.09 | 0.52 | 0.33 |
| Hex | 4F | 81 | 29 | 27 | 0 | 44 | 31 | 5E | 34 | 21 |
| Octal | 117 | 201 | 51 | 47 | 0 | 104 | 61 | 136 | 64 | 41 |
| Binary | 1001111 | 10000001 | 101001 | 100111 | 0 | 1000100 | 110001 | 1011110 | 110100 | 100001 |
Color Harmonies of #4F8129
Complementary color
Monochromatic Colors of #4F8129
Black with #4F8129
Text Example
Text Example
White with #4F8129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8129; }
p { color: rgb(79,129,41); }
H1.HeaderClassName
{
color: #4F8129;
}
.AnyTagClassName
{
color: #4F8129;
}
</style>
background-color css
<style>
a { background-color: #4F8129; }
a { background-color: rgb(79,129,41); }
div.DivClassName
{
background-color: #4F8129;
}
.BgClassName
{
background-color: #4F8129;
}
</style>
border-color css
<style>
span { border-color: #4F8129; }
span { border-color: rgb(79,129,41); }
td.TdClassName
{
border-color: #4F8129;
}
.TagClassName
{
border-color: #4F8129;
}
</style>