Shades of La Palma #499B2F
Tints of La Palma #499B2F
RGB
CMYK
RGB Variations
Color information
#499B2F (or 0x499B2F) is known color: La Palma. HEX triplet: 49, 9B and 2F. RGB value is (73,155,47). Sum of RGB (Red+Green+Blue) = 73+155+47=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #499B2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499B2F is #B664D0. Grayscale: #767676. Windows color (decimal): -11953361 or 3119945. OLE color: 3119945.
HSL color Cylindrical-coordinate representation of color #499B2F: hue angle of 105.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #499B2F is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 155 | 47 | - |
| CMYK | 0.53 | 0 | 0.70 | 0.39 |
| HSL | 105.56º | 0.53% | 0.4% | - |
| HSV(B) | 105.56º | 0.7% | 0.61% | - |
| XYZ | 14.98 | 25.06 | 6.74 | - |
| YUV | 118.17 | 87.83 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 47 | 0.53 | 0 | 0.70 | 0.39 | 105.56 | 0.53 | 0.4 |
| Hex | 49 | 9B | 2F | 35 | 0 | 46 | 27 | 6A | 35 | 28 |
| Octal | 111 | 233 | 57 | 65 | 0 | 106 | 47 | 152 | 65 | 50 |
| Binary | 1001001 | 10011011 | 101111 | 110101 | 0 | 1000110 | 100111 | 1101010 | 110101 | 101000 |
Color Harmonies of #499B2F
Complementary color
Monochromatic Colors of #499B2F
Black with #499B2F
Text Example
Text Example
White with #499B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499B2F; }
p { color: rgb(73,155,47); }
H1.HeaderClassName
{
color: #499B2F;
}
.AnyTagClassName
{
color: #499B2F;
}
</style>
background-color css
<style>
a { background-color: #499B2F; }
a { background-color: rgb(73,155,47); }
div.DivClassName
{
background-color: #499B2F;
}
.BgClassName
{
background-color: #499B2F;
}
</style>
border-color css
<style>
span { border-color: #499B2F; }
span { border-color: rgb(73,155,47); }
td.TdClassName
{
border-color: #499B2F;
}
.TagClassName
{
border-color: #499B2F;
}
</style>