Shades of La Palma #49832C
Tints of La Palma #49832C
RGB
CMYK
RGB Variations
Color information
#49832C (or 0x49832C) is known color: La Palma. HEX triplet: 49, 83 and 2C. RGB value is (73,131,44). Sum of RGB (Red+Green+Blue) = 73+131+44=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #49832C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49832C is #B67CD3. Grayscale: #686868. Windows color (decimal): -11959508 or 2917193. OLE color: 2917193.
HSL color Cylindrical-coordinate representation of color #49832C: hue angle of 100º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49832C is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 131 | 44 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.49 |
| HSL | 100º | 0.5% | 0.34% | - |
| HSV(B) | 100º | 0.66% | 0.51% | - |
| XYZ | 11.32 | 17.83 | 5.23 | - |
| YUV | 103.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 44 | 0.44 | 0 | 0.66 | 0.49 | 100 | 0.5 | 0.34 |
| Hex | 49 | 83 | 2C | 2C | 0 | 42 | 31 | 64 | 32 | 22 |
| Octal | 111 | 203 | 54 | 54 | 0 | 102 | 61 | 144 | 62 | 42 |
| Binary | 1001001 | 10000011 | 101100 | 101100 | 0 | 1000010 | 110001 | 1100100 | 110010 | 100010 |
Color Harmonies of #49832C
Complementary color
Monochromatic Colors of #49832C
Black with #49832C
Text Example
Text Example
White with #49832C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49832C; }
p { color: rgb(73,131,44); }
H1.HeaderClassName
{
color: #49832C;
}
.AnyTagClassName
{
color: #49832C;
}
</style>
background-color css
<style>
a { background-color: #49832C; }
a { background-color: rgb(73,131,44); }
div.DivClassName
{
background-color: #49832C;
}
.BgClassName
{
background-color: #49832C;
}
</style>
border-color css
<style>
span { border-color: #49832C; }
span { border-color: rgb(73,131,44); }
td.TdClassName
{
border-color: #49832C;
}
.TagClassName
{
border-color: #49832C;
}
</style>