Shades of La Palma #49862C
Tints of La Palma #49862C
RGB
CMYK
RGB Variations
Color information
#49862C (or 0x49862C) is known color: La Palma. HEX triplet: 49, 86 and 2C. RGB value is (73,134,44). Sum of RGB (Red+Green+Blue) = 73+134+44=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #49862C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49862C is #B679D3. Grayscale: #696969. Windows color (decimal): -11958740 or 2917961. OLE color: 2917961.
HSL color Cylindrical-coordinate representation of color #49862C: hue angle of 100.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49862C is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 44 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.47 |
| HSL | 100.67º | 0.51% | 0.35% | - |
| HSV(B) | 100.67º | 0.67% | 0.53% | - |
| XYZ | 11.73 | 18.65 | 5.36 | - |
| YUV | 105.5 | 93.29 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 44 | 0.46 | 0 | 0.67 | 0.47 | 100.67 | 0.51 | 0.35 |
| Hex | 49 | 86 | 2C | 2E | 0 | 43 | 2F | 65 | 33 | 23 |
| Octal | 111 | 206 | 54 | 56 | 0 | 103 | 57 | 145 | 63 | 43 |
| Binary | 1001001 | 10000110 | 101100 | 101110 | 0 | 1000011 | 101111 | 1100101 | 110011 | 100011 |
Color Harmonies of #49862C
Complementary color
Monochromatic Colors of #49862C
Black with #49862C
Text Example
Text Example
White with #49862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49862C; }
p { color: rgb(73,134,44); }
H1.HeaderClassName
{
color: #49862C;
}
.AnyTagClassName
{
color: #49862C;
}
</style>
background-color css
<style>
a { background-color: #49862C; }
a { background-color: rgb(73,134,44); }
div.DivClassName
{
background-color: #49862C;
}
.BgClassName
{
background-color: #49862C;
}
</style>
border-color css
<style>
span { border-color: #49862C; }
span { border-color: rgb(73,134,44); }
td.TdClassName
{
border-color: #49862C;
}
.TagClassName
{
border-color: #49862C;
}
</style>