Shades of La Palma #49862B
Tints of La Palma #49862B
RGB
CMYK
RGB Variations
Color information
#49862B (or 0x49862B) is known color: La Palma. HEX triplet: 49, 86 and 2B. RGB value is (73,134,43). Sum of RGB (Red+Green+Blue) = 73+134+43=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #49862B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49862B is #B679D4. Grayscale: #696969. Windows color (decimal): -11958741 or 2852425. OLE color: 2852425.
HSL color Cylindrical-coordinate representation of color #49862B: hue angle of 100.22º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49862B is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 43 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.47 |
| HSL | 100.22º | 0.51% | 0.35% | - |
| HSV(B) | 100.22º | 0.68% | 0.53% | - |
| XYZ | 11.71 | 18.64 | 5.27 | - |
| YUV | 105.39 | 92.79 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 43 | 0.46 | 0 | 0.68 | 0.47 | 100.22 | 0.51 | 0.35 |
| Hex | 49 | 86 | 2B | 2E | 0 | 44 | 2F | 64 | 33 | 23 |
| Octal | 111 | 206 | 53 | 56 | 0 | 104 | 57 | 144 | 63 | 43 |
| Binary | 1001001 | 10000110 | 101011 | 101110 | 0 | 1000100 | 101111 | 1100100 | 110011 | 100011 |
Color Harmonies of #49862B
Complementary color
Monochromatic Colors of #49862B
Black with #49862B
Text Example
Text Example
White with #49862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49862B; }
p { color: rgb(73,134,43); }
H1.HeaderClassName
{
color: #49862B;
}
.AnyTagClassName
{
color: #49862B;
}
</style>
background-color css
<style>
a { background-color: #49862B; }
a { background-color: rgb(73,134,43); }
div.DivClassName
{
background-color: #49862B;
}
.BgClassName
{
background-color: #49862B;
}
</style>
border-color css
<style>
span { border-color: #49862B; }
span { border-color: rgb(73,134,43); }
td.TdClassName
{
border-color: #49862B;
}
.TagClassName
{
border-color: #49862B;
}
</style>