Shades of La Palma #49841D
Tints of La Palma #49841D
RGB
CMYK
RGB Variations
Color information
#49841D (or 0x49841D) is known color: La Palma. HEX triplet: 49, 84 and 1D. RGB value is (73,132,29). Sum of RGB (Red+Green+Blue) = 73+132+29=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #49841D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49841D is #B67BE2. Grayscale: #666666. Windows color (decimal): -11959267 or 1934409. OLE color: 1934409.
HSL color Cylindrical-coordinate representation of color #49841D: hue angle of 94.37º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49841D is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 132 | 29 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.48 |
| HSL | 94.37º | 0.64% | 0.32% | - |
| HSV(B) | 94.37º | 0.78% | 0.52% | - |
| XYZ | 11.22 | 18.01 | 4.05 | - |
| YUV | 102.62 | 86.45 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 29 | 0.45 | 0 | 0.78 | 0.48 | 94.37 | 0.64 | 0.32 |
| Hex | 49 | 84 | 1D | 2D | 0 | 4E | 30 | 5E | 40 | 20 |
| Octal | 111 | 204 | 35 | 55 | 0 | 116 | 60 | 136 | 100 | 40 |
| Binary | 1001001 | 10000100 | 11101 | 101101 | 0 | 1001110 | 110000 | 1011110 | 1000000 | 100000 |
Color Harmonies of #49841D
Complementary color
Monochromatic Colors of #49841D
Black with #49841D
Text Example
Text Example
White with #49841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49841D; }
p { color: rgb(73,132,29); }
H1.HeaderClassName
{
color: #49841D;
}
.AnyTagClassName
{
color: #49841D;
}
</style>
background-color css
<style>
a { background-color: #49841D; }
a { background-color: rgb(73,132,29); }
div.DivClassName
{
background-color: #49841D;
}
.BgClassName
{
background-color: #49841D;
}
</style>
border-color css
<style>
span { border-color: #49841D; }
span { border-color: rgb(73,132,29); }
td.TdClassName
{
border-color: #49841D;
}
.TagClassName
{
border-color: #49841D;
}
</style>