Shades of La Palma #49861E
Tints of La Palma #49861E
RGB
CMYK
RGB Variations
Color information
#49861E (or 0x49861E) is known color: La Palma. HEX triplet: 49, 86 and 1E. RGB value is (73,134,30). Sum of RGB (Red+Green+Blue) = 73+134+30=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 134 (52.73% from 255 or 56.54% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 134 - color contains mainly: green. Hex color #49861E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49861E is #B679E1. Grayscale: #686868. Windows color (decimal): -11958754 or 2000457. OLE color: 2000457.
HSL color Cylindrical-coordinate representation of color #49861E: hue angle of 95.19º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49861E is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 30 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.47 |
| HSL | 95.19º | 0.63% | 0.32% | - |
| HSV(B) | 95.19º | 0.78% | 0.53% | - |
| XYZ | 11.51 | 18.56 | 4.2 | - |
| YUV | 103.91 | 86.29 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 30 | 0.46 | 0 | 0.78 | 0.47 | 95.19 | 0.63 | 0.32 |
| Hex | 49 | 86 | 1E | 2E | 0 | 4E | 2F | 5F | 3F | 20 |
| Octal | 111 | 206 | 36 | 56 | 0 | 116 | 57 | 137 | 77 | 40 |
| Binary | 1001001 | 10000110 | 11110 | 101110 | 0 | 1001110 | 101111 | 1011111 | 111111 | 100000 |
Color Harmonies of #49861E
Complementary color
Monochromatic Colors of #49861E
Black with #49861E
Text Example
Text Example
White with #49861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49861E; }
p { color: rgb(73,134,30); }
H1.HeaderClassName
{
color: #49861E;
}
.AnyTagClassName
{
color: #49861E;
}
</style>
background-color css
<style>
a { background-color: #49861E; }
a { background-color: rgb(73,134,30); }
div.DivClassName
{
background-color: #49861E;
}
.BgClassName
{
background-color: #49861E;
}
</style>
border-color css
<style>
span { border-color: #49861E; }
span { border-color: rgb(73,134,30); }
td.TdClassName
{
border-color: #49861E;
}
.TagClassName
{
border-color: #49861E;
}
</style>