Shades of La Palma #499829
Tints of La Palma #499829
RGB
CMYK
RGB Variations
Color information
#499829 (or 0x499829) is known color: La Palma. HEX triplet: 49, 98 and 29. RGB value is (73,152,41). Sum of RGB (Red+Green+Blue) = 73+152+41=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 152 (59.77% from 255 or 57.14% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 152 - color contains mainly: green. Hex color #499829 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499829 is #B667D6. Grayscale: #747474. Windows color (decimal): -11954135 or 2725961. OLE color: 2725961.
HSL color Cylindrical-coordinate representation of color #499829: hue angle of 102.7º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #499829 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 41 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.40 |
| HSL | 102.7º | 0.58% | 0.38% | - |
| HSV(B) | 102.7º | 0.73% | 0.6% | - |
| XYZ | 14.38 | 24.03 | 5.98 | - |
| YUV | 115.73 | 85.83 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 41 | 0.52 | 0 | 0.73 | 0.40 | 102.7 | 0.58 | 0.38 |
| Hex | 49 | 98 | 29 | 34 | 0 | 49 | 28 | 67 | 3A | 26 |
| Octal | 111 | 230 | 51 | 64 | 0 | 111 | 50 | 147 | 72 | 46 |
| Binary | 1001001 | 10011000 | 101001 | 110100 | 0 | 1001001 | 101000 | 1100111 | 111010 | 100110 |
Color Harmonies of #499829
Complementary color
Monochromatic Colors of #499829
Black with #499829
Text Example
Text Example
White with #499829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499829; }
p { color: rgb(73,152,41); }
H1.HeaderClassName
{
color: #499829;
}
.AnyTagClassName
{
color: #499829;
}
</style>
background-color css
<style>
a { background-color: #499829; }
a { background-color: rgb(73,152,41); }
div.DivClassName
{
background-color: #499829;
}
.BgClassName
{
background-color: #499829;
}
</style>
border-color css
<style>
span { border-color: #499829; }
span { border-color: rgb(73,152,41); }
td.TdClassName
{
border-color: #499829;
}
.TagClassName
{
border-color: #499829;
}
</style>