Shades of La Palma #49882C
Tints of La Palma #49882C
RGB
CMYK
RGB Variations
Color information
#49882C (or 0x49882C) is known color: La Palma. HEX triplet: 49, 88 and 2C. RGB value is (73,136,44). Sum of RGB (Red+Green+Blue) = 73+136+44=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #49882C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49882C is #B677D3. Grayscale: #6A6A6A. Windows color (decimal): -11958228 or 2918473. OLE color: 2918473.
HSL color Cylindrical-coordinate representation of color #49882C: hue angle of 101.09º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49882C is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 44 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.47 |
| HSL | 101.09º | 0.51% | 0.35% | - |
| HSV(B) | 101.09º | 0.68% | 0.53% | - |
| XYZ | 12.01 | 19.21 | 5.46 | - |
| YUV | 106.68 | 92.63 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 44 | 0.46 | 0 | 0.68 | 0.47 | 101.09 | 0.51 | 0.35 |
| Hex | 49 | 88 | 2C | 2E | 0 | 44 | 2F | 65 | 33 | 23 |
| Octal | 111 | 210 | 54 | 56 | 0 | 104 | 57 | 145 | 63 | 43 |
| Binary | 1001001 | 10001000 | 101100 | 101110 | 0 | 1000100 | 101111 | 1100101 | 110011 | 100011 |
Color Harmonies of #49882C
Complementary color
Monochromatic Colors of #49882C
Black with #49882C
Text Example
Text Example
White with #49882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49882C; }
p { color: rgb(73,136,44); }
H1.HeaderClassName
{
color: #49882C;
}
.AnyTagClassName
{
color: #49882C;
}
</style>
background-color css
<style>
a { background-color: #49882C; }
a { background-color: rgb(73,136,44); }
div.DivClassName
{
background-color: #49882C;
}
.BgClassName
{
background-color: #49882C;
}
</style>
border-color css
<style>
span { border-color: #49882C; }
span { border-color: rgb(73,136,44); }
td.TdClassName
{
border-color: #49882C;
}
.TagClassName
{
border-color: #49882C;
}
</style>