Shades of La Palma #499632
Tints of La Palma #499632
RGB
CMYK
RGB Variations
Color information
#499632 (or 0x499632) is known color: La Palma. HEX triplet: 49, 96 and 32. RGB value is (73,150,50). Sum of RGB (Red+Green+Blue) = 73+150+50=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #499632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499632 is #B669CD. Grayscale: #737373. Windows color (decimal): -11954638 or 3315273. OLE color: 3315273.
HSL color Cylindrical-coordinate representation of color #499632: hue angle of 106.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499632 is Cyan = 0.51, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 150 | 50 | - |
| CMYK | 0.51 | 0 | 0.67 | 0.41 |
| HSL | 106.2º | 0.5% | 0.39% | - |
| HSV(B) | 106.2º | 0.67% | 0.59% | - |
| XYZ | 14.23 | 23.46 | 6.8 | - |
| YUV | 115.58 | 90.99 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 50 | 0.51 | 0 | 0.67 | 0.41 | 106.2 | 0.5 | 0.39 |
| Hex | 49 | 96 | 32 | 33 | 0 | 43 | 29 | 6A | 32 | 27 |
| Octal | 111 | 226 | 62 | 63 | 0 | 103 | 51 | 152 | 62 | 47 |
| Binary | 1001001 | 10010110 | 110010 | 110011 | 0 | 1000011 | 101001 | 1101010 | 110010 | 100111 |
Color Harmonies of #499632
Complementary color
Monochromatic Colors of #499632
Black with #499632
Text Example
Text Example
White with #499632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499632; }
p { color: rgb(73,150,50); }
H1.HeaderClassName
{
color: #499632;
}
.AnyTagClassName
{
color: #499632;
}
</style>
background-color css
<style>
a { background-color: #499632; }
a { background-color: rgb(73,150,50); }
div.DivClassName
{
background-color: #499632;
}
.BgClassName
{
background-color: #499632;
}
</style>
border-color css
<style>
span { border-color: #499632; }
span { border-color: rgb(73,150,50); }
td.TdClassName
{
border-color: #499632;
}
.TagClassName
{
border-color: #499632;
}
</style>