Shades of La Palma #499010
Tints of La Palma #499010
RGB
CMYK
RGB Variations
Color information
#499010 (or 0x499010) is known color: La Palma. HEX triplet: 49, 90 and 10. RGB value is (73,144,16). Sum of RGB (Red+Green+Blue) = 73+144+16=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 144 (56.64% from 255 or 61.80% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 144 - color contains mainly: green. Hex color #499010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499010 is #B66FEF. Grayscale: #6C6C6C. Windows color (decimal): -11956208 or 1085513. OLE color: 1085513.
HSL color Cylindrical-coordinate representation of color #499010: hue angle of 93.28º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #499010 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 16 | - |
| CMYK | 0.49 | 0 | 0.89 | 0.44 |
| HSL | 93.28º | 0.8% | 0.31% | - |
| HSV(B) | 93.28º | 0.89% | 0.56% | - |
| XYZ | 12.81 | 21.4 | 3.95 | - |
| YUV | 108.18 | 75.98 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 16 | 0.49 | 0 | 0.89 | 0.44 | 93.28 | 0.8 | 0.31 |
| Hex | 49 | 90 | 10 | 31 | 0 | 59 | 2C | 5D | 50 | 1F |
| Octal | 111 | 220 | 20 | 61 | 0 | 131 | 54 | 135 | 120 | 37 |
| Binary | 1001001 | 10010000 | 10000 | 110001 | 0 | 1011001 | 101100 | 1011101 | 1010000 | 11111 |
Color Harmonies of #499010
Complementary color
Monochromatic Colors of #499010
Black with #499010
Text Example
Text Example
White with #499010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499010; }
p { color: rgb(73,144,16); }
H1.HeaderClassName
{
color: #499010;
}
.AnyTagClassName
{
color: #499010;
}
</style>
background-color css
<style>
a { background-color: #499010; }
a { background-color: rgb(73,144,16); }
div.DivClassName
{
background-color: #499010;
}
.BgClassName
{
background-color: #499010;
}
</style>
border-color css
<style>
span { border-color: #499010; }
span { border-color: rgb(73,144,16); }
td.TdClassName
{
border-color: #499010;
}
.TagClassName
{
border-color: #499010;
}
</style>