Shades of La Palma #49841E
Tints of La Palma #49841E
RGB
CMYK
RGB Variations
Color information
#49841E (or 0x49841E) is known color: La Palma. HEX triplet: 49, 84 and 1E. RGB value is (73,132,30). Sum of RGB (Red+Green+Blue) = 73+132+30=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #49841E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49841E is #B67BE1. Grayscale: #676767. Windows color (decimal): -11959266 or 1999945. OLE color: 1999945.
HSL color Cylindrical-coordinate representation of color #49841E: hue angle of 94.71º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49841E is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 132 | 30 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.48 |
| HSL | 94.71º | 0.63% | 0.32% | - |
| HSV(B) | 94.71º | 0.77% | 0.52% | - |
| XYZ | 11.23 | 18.01 | 4.11 | - |
| YUV | 102.73 | 86.95 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 30 | 0.45 | 0 | 0.77 | 0.48 | 94.71 | 0.63 | 0.32 |
| Hex | 49 | 84 | 1E | 2D | 0 | 4D | 30 | 5F | 3F | 20 |
| Octal | 111 | 204 | 36 | 55 | 0 | 115 | 60 | 137 | 77 | 40 |
| Binary | 1001001 | 10000100 | 11110 | 101101 | 0 | 1001101 | 110000 | 1011111 | 111111 | 100000 |
Color Harmonies of #49841E
Complementary color
Monochromatic Colors of #49841E
Black with #49841E
Text Example
Text Example
White with #49841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49841E; }
p { color: rgb(73,132,30); }
H1.HeaderClassName
{
color: #49841E;
}
.AnyTagClassName
{
color: #49841E;
}
</style>
background-color css
<style>
a { background-color: #49841E; }
a { background-color: rgb(73,132,30); }
div.DivClassName
{
background-color: #49841E;
}
.BgClassName
{
background-color: #49841E;
}
</style>
border-color css
<style>
span { border-color: #49841E; }
span { border-color: rgb(73,132,30); }
td.TdClassName
{
border-color: #49841E;
}
.TagClassName
{
border-color: #49841E;
}
</style>