Shades of La Palma #4F9934
Tints of La Palma #4F9934
RGB
CMYK
RGB Variations
Color information
#4F9934 (or 0x4F9934) is known color: La Palma. HEX triplet: 4F, 99 and 34. RGB value is (79,153,52). Sum of RGB (Red+Green+Blue) = 79+153+52=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #4F9934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9934 is #B066CB. Grayscale: #777777. Windows color (decimal): -11560652 or 3447119. OLE color: 3447119.
HSL color Cylindrical-coordinate representation of color #4F9934: hue angle of 103.96º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F9934 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 79 | 153 | 52 | - |
| CMYK | 0.48 | 0 | 0.66 | 0.4 |
| HSL | 103.96º | 0.49% | 0.4% | - |
| HSV(B) | 103.96º | 0.66% | 0.6% | - |
| XYZ | 15.24 | 24.69 | 7.21 | - |
| YUV | 119.36 | 89.98 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 153 | 52 | 0.48 | 0 | 0.66 | 0.4 | 103.96 | 0.49 | 0.4 |
| Hex | 4F | 99 | 34 | 30 | 0 | 42 | 28 | 68 | 31 | 28 |
| Octal | 117 | 231 | 64 | 60 | 0 | 102 | 50 | 150 | 61 | 50 |
| Binary | 1001111 | 10011001 | 110100 | 110000 | 0 | 1000010 | 101000 | 1101000 | 110001 | 101000 |
Color Harmonies of #4F9934
Complementary color
Monochromatic Colors of #4F9934
Black with #4F9934
Text Example
Text Example
White with #4F9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9934; }
p { color: rgb(79,153,52); }
H1.HeaderClassName
{
color: #4F9934;
}
.AnyTagClassName
{
color: #4F9934;
}
</style>
background-color css
<style>
a { background-color: #4F9934; }
a { background-color: rgb(79,153,52); }
div.DivClassName
{
background-color: #4F9934;
}
.BgClassName
{
background-color: #4F9934;
}
</style>
border-color css
<style>
span { border-color: #4F9934; }
span { border-color: rgb(79,153,52); }
td.TdClassName
{
border-color: #4F9934;
}
.TagClassName
{
border-color: #4F9934;
}
</style>