Shades of La Palma #4F8934
Tints of La Palma #4F8934
RGB
CMYK
RGB Variations
Color information
#4F8934 (or 0x4F8934) is known color: La Palma. HEX triplet: 4F, 89 and 34. RGB value is (79,137,52). Sum of RGB (Red+Green+Blue) = 79+137+52=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #4F8934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8934 is #B076CB. Grayscale: #6E6E6E. Windows color (decimal): -11564748 or 3443023. OLE color: 3443023.
HSL color Cylindrical-coordinate representation of color #4F8934: hue angle of 100.94º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F8934 is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 137 | 52 | - |
| CMYK | 0.42 | 0 | 0.62 | 0.46 |
| HSL | 100.94º | 0.45% | 0.37% | - |
| HSV(B) | 100.94º | 0.62% | 0.54% | - |
| XYZ | 12.79 | 19.8 | 6.4 | - |
| YUV | 109.97 | 95.28 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 137 | 52 | 0.42 | 0 | 0.62 | 0.46 | 100.94 | 0.45 | 0.37 |
| Hex | 4F | 89 | 34 | 2A | 0 | 3E | 2E | 65 | 2D | 25 |
| Octal | 117 | 211 | 64 | 52 | 0 | 76 | 56 | 145 | 55 | 45 |
| Binary | 1001111 | 10001001 | 110100 | 101010 | 0 | 111110 | 101110 | 1100101 | 101101 | 100101 |
Color Harmonies of #4F8934
Complementary color
Monochromatic Colors of #4F8934
Black with #4F8934
Text Example
Text Example
White with #4F8934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8934; }
p { color: rgb(79,137,52); }
H1.HeaderClassName
{
color: #4F8934;
}
.AnyTagClassName
{
color: #4F8934;
}
</style>
background-color css
<style>
a { background-color: #4F8934; }
a { background-color: rgb(79,137,52); }
div.DivClassName
{
background-color: #4F8934;
}
.BgClassName
{
background-color: #4F8934;
}
</style>
border-color css
<style>
span { border-color: #4F8934; }
span { border-color: rgb(79,137,52); }
td.TdClassName
{
border-color: #4F8934;
}
.TagClassName
{
border-color: #4F8934;
}
</style>