Shades of La Palma #4F8524
Tints of La Palma #4F8524
RGB
CMYK
RGB Variations
Color information
#4F8524 (or 0x4F8524) is known color: La Palma. HEX triplet: 4F, 85 and 24. RGB value is (79,133,36). Sum of RGB (Red+Green+Blue) = 79+133+36=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #4F8524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8524 is #B07ADB. Grayscale: #6A6A6A. Windows color (decimal): -11565788 or 2393423. OLE color: 2393423.
HSL color Cylindrical-coordinate representation of color #4F8524: hue angle of 93.4º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F8524 is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 79 | 133 | 36 | - |
| CMYK | 0.41 | 0 | 0.73 | 0.48 |
| HSL | 93.4º | 0.57% | 0.33% | - |
| HSV(B) | 93.4º | 0.73% | 0.52% | - |
| XYZ | 11.93 | 18.56 | 4.62 | - |
| YUV | 105.8 | 88.61 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 133 | 36 | 0.41 | 0 | 0.73 | 0.48 | 93.4 | 0.57 | 0.33 |
| Hex | 4F | 85 | 24 | 29 | 0 | 49 | 30 | 5D | 39 | 21 |
| Octal | 117 | 205 | 44 | 51 | 0 | 111 | 60 | 135 | 71 | 41 |
| Binary | 1001111 | 10000101 | 100100 | 101001 | 0 | 1001001 | 110000 | 1011101 | 111001 | 100001 |
Color Harmonies of #4F8524
Complementary color
Monochromatic Colors of #4F8524
Black with #4F8524
Text Example
Text Example
White with #4F8524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8524; }
p { color: rgb(79,133,36); }
H1.HeaderClassName
{
color: #4F8524;
}
.AnyTagClassName
{
color: #4F8524;
}
</style>
background-color css
<style>
a { background-color: #4F8524; }
a { background-color: rgb(79,133,36); }
div.DivClassName
{
background-color: #4F8524;
}
.BgClassName
{
background-color: #4F8524;
}
</style>
border-color css
<style>
span { border-color: #4F8524; }
span { border-color: rgb(79,133,36); }
td.TdClassName
{
border-color: #4F8524;
}
.TagClassName
{
border-color: #4F8524;
}
</style>