Shades of La Palma #49890D
Tints of La Palma #49890D
RGB
CMYK
RGB Variations
Color information
#49890D (or 0x49890D) is known color: La Palma. HEX triplet: 49, 89 and 0D. RGB value is (73,137,13). Sum of RGB (Red+Green+Blue) = 73+137+13=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 137 (53.91% from 255 or 61.43% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 137 - color contains mainly: green. Hex color #49890D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49890D is #B676F2. Grayscale: #686868. Windows color (decimal): -11958003 or 887113. OLE color: 887113.
HSL color Cylindrical-coordinate representation of color #49890D: hue angle of 90.97º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49890D is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 137 | 13 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.46 |
| HSL | 90.97º | 0.83% | 0.29% | - |
| HSV(B) | 90.97º | 0.91% | 0.54% | - |
| XYZ | 11.77 | 19.34 | 3.49 | - |
| YUV | 103.73 | 76.8 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 13 | 0.47 | 0 | 0.91 | 0.46 | 90.97 | 0.83 | 0.29 |
| Hex | 49 | 89 | D | 2F | 0 | 5B | 2E | 5B | 53 | 1D |
| Octal | 111 | 211 | 15 | 57 | 0 | 133 | 56 | 133 | 123 | 35 |
| Binary | 1001001 | 10001001 | 1101 | 101111 | 0 | 1011011 | 101110 | 1011011 | 1010011 | 11101 |
Color Harmonies of #49890D
Complementary color
Monochromatic Colors of #49890D
Black with #49890D
Text Example
Text Example
White with #49890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49890D; }
p { color: rgb(73,137,13); }
H1.HeaderClassName
{
color: #49890D;
}
.AnyTagClassName
{
color: #49890D;
}
</style>
background-color css
<style>
a { background-color: #49890D; }
a { background-color: rgb(73,137,13); }
div.DivClassName
{
background-color: #49890D;
}
.BgClassName
{
background-color: #49890D;
}
</style>
border-color css
<style>
span { border-color: #49890D; }
span { border-color: rgb(73,137,13); }
td.TdClassName
{
border-color: #49890D;
}
.TagClassName
{
border-color: #49890D;
}
</style>