Shades of La Palma #49852C
Tints of La Palma #49852C
RGB
CMYK
RGB Variations
Color information
#49852C (or 0x49852C) is known color: La Palma. HEX triplet: 49, 85 and 2C. RGB value is (73,133,44). Sum of RGB (Red+Green+Blue) = 73+133+44=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #49852C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49852C is #B67AD3. Grayscale: #696969. Windows color (decimal): -11958996 or 2917705. OLE color: 2917705.
HSL color Cylindrical-coordinate representation of color #49852C: hue angle of 100.45º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49852C is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 133 | 44 | - |
| CMYK | 0.45 | 0 | 0.67 | 0.48 |
| HSL | 100.45º | 0.5% | 0.35% | - |
| HSV(B) | 100.45º | 0.67% | 0.52% | - |
| XYZ | 11.59 | 18.37 | 5.32 | - |
| YUV | 104.91 | 93.62 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 44 | 0.45 | 0 | 0.67 | 0.48 | 100.45 | 0.5 | 0.35 |
| Hex | 49 | 85 | 2C | 2D | 0 | 43 | 30 | 64 | 32 | 23 |
| Octal | 111 | 205 | 54 | 55 | 0 | 103 | 60 | 144 | 62 | 43 |
| Binary | 1001001 | 10000101 | 101100 | 101101 | 0 | 1000011 | 110000 | 1100100 | 110010 | 100011 |
Color Harmonies of #49852C
Complementary color
Monochromatic Colors of #49852C
Black with #49852C
Text Example
Text Example
White with #49852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49852C; }
p { color: rgb(73,133,44); }
H1.HeaderClassName
{
color: #49852C;
}
.AnyTagClassName
{
color: #49852C;
}
</style>
background-color css
<style>
a { background-color: #49852C; }
a { background-color: rgb(73,133,44); }
div.DivClassName
{
background-color: #49852C;
}
.BgClassName
{
background-color: #49852C;
}
</style>
border-color css
<style>
span { border-color: #49852C; }
span { border-color: rgb(73,133,44); }
td.TdClassName
{
border-color: #49852C;
}
.TagClassName
{
border-color: #49852C;
}
</style>