Shades of La Palma #498429
Tints of La Palma #498429
RGB
CMYK
RGB Variations
Color information
#498429 (or 0x498429) is known color: La Palma. HEX triplet: 49, 84 and 29. RGB value is (73,132,41). Sum of RGB (Red+Green+Blue) = 73+132+41=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #498429 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498429 is #B67BD6. Grayscale: #686868. Windows color (decimal): -11959255 or 2720841. OLE color: 2720841.
HSL color Cylindrical-coordinate representation of color #498429: hue angle of 98.9º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #498429 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 132 | 41 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.48 |
| HSL | 98.9º | 0.53% | 0.34% | - |
| HSV(B) | 98.9º | 0.69% | 0.52% | - |
| XYZ | 11.4 | 18.08 | 4.99 | - |
| YUV | 103.99 | 92.45 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 41 | 0.45 | 0 | 0.69 | 0.48 | 98.9 | 0.53 | 0.34 |
| Hex | 49 | 84 | 29 | 2D | 0 | 45 | 30 | 63 | 35 | 22 |
| Octal | 111 | 204 | 51 | 55 | 0 | 105 | 60 | 143 | 65 | 42 |
| Binary | 1001001 | 10000100 | 101001 | 101101 | 0 | 1000101 | 110000 | 1100011 | 110101 | 100010 |
Color Harmonies of #498429
Complementary color
Monochromatic Colors of #498429
Black with #498429
Text Example
Text Example
White with #498429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498429; }
p { color: rgb(73,132,41); }
H1.HeaderClassName
{
color: #498429;
}
.AnyTagClassName
{
color: #498429;
}
</style>
background-color css
<style>
a { background-color: #498429; }
a { background-color: rgb(73,132,41); }
div.DivClassName
{
background-color: #498429;
}
.BgClassName
{
background-color: #498429;
}
</style>
border-color css
<style>
span { border-color: #498429; }
span { border-color: rgb(73,132,41); }
td.TdClassName
{
border-color: #498429;
}
.TagClassName
{
border-color: #498429;
}
</style>