Shades of La Palma #499512
Tints of La Palma #499512
RGB
CMYK
RGB Variations
Color information
#499512 (or 0x499512) is known color: La Palma. HEX triplet: 49, 95 and 12. RGB value is (73,149,18). Sum of RGB (Red+Green+Blue) = 73+149+18=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #499512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499512 is #B66AED. Grayscale: #6F6F6F. Windows color (decimal): -11954926 or 1217865. OLE color: 1217865.
HSL color Cylindrical-coordinate representation of color #499512: hue angle of 94.81º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #499512 is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 18 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.42 |
| HSL | 94.81º | 0.78% | 0.33% | - |
| HSV(B) | 94.81º | 0.88% | 0.58% | - |
| XYZ | 13.6 | 22.96 | 4.29 | - |
| YUV | 111.34 | 75.32 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 18 | 0.51 | 0 | 0.88 | 0.42 | 94.81 | 0.78 | 0.33 |
| Hex | 49 | 95 | 12 | 33 | 0 | 58 | 2A | 5F | 4E | 21 |
| Octal | 111 | 225 | 22 | 63 | 0 | 130 | 52 | 137 | 116 | 41 |
| Binary | 1001001 | 10010101 | 10010 | 110011 | 0 | 1011000 | 101010 | 1011111 | 1001110 | 100001 |
Color Harmonies of #499512
Complementary color
Monochromatic Colors of #499512
Black with #499512
Text Example
Text Example
White with #499512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499512; }
p { color: rgb(73,149,18); }
H1.HeaderClassName
{
color: #499512;
}
.AnyTagClassName
{
color: #499512;
}
</style>
background-color css
<style>
a { background-color: #499512; }
a { background-color: rgb(73,149,18); }
div.DivClassName
{
background-color: #499512;
}
.BgClassName
{
background-color: #499512;
}
</style>
border-color css
<style>
span { border-color: #499512; }
span { border-color: rgb(73,149,18); }
td.TdClassName
{
border-color: #499512;
}
.TagClassName
{
border-color: #499512;
}
</style>