Shades of La Palma #49912D
Tints of La Palma #49912D
RGB
CMYK
RGB Variations
Color information
#49912D (or 0x49912D) is known color: La Palma. HEX triplet: 49, 91 and 2D. RGB value is (73,145,45). Sum of RGB (Red+Green+Blue) = 73+145+45=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #49912D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49912D is #B66ED2. Grayscale: #707070. Windows color (decimal): -11955923 or 2986313. OLE color: 2986313.
HSL color Cylindrical-coordinate representation of color #49912D: hue angle of 103.2º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49912D is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 145 | 45 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.43 |
| HSL | 103.2º | 0.53% | 0.37% | - |
| HSV(B) | 103.2º | 0.69% | 0.57% | - |
| XYZ | 13.35 | 21.86 | 6 | - |
| YUV | 112.07 | 90.15 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 45 | 0.50 | 0 | 0.69 | 0.43 | 103.2 | 0.53 | 0.37 |
| Hex | 49 | 91 | 2D | 32 | 0 | 45 | 2B | 67 | 35 | 25 |
| Octal | 111 | 221 | 55 | 62 | 0 | 105 | 53 | 147 | 65 | 45 |
| Binary | 1001001 | 10010001 | 101101 | 110010 | 0 | 1000101 | 101011 | 1100111 | 110101 | 100101 |
Color Harmonies of #49912D
Complementary color
Monochromatic Colors of #49912D
Black with #49912D
Text Example
Text Example
White with #49912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49912D; }
p { color: rgb(73,145,45); }
H1.HeaderClassName
{
color: #49912D;
}
.AnyTagClassName
{
color: #49912D;
}
</style>
background-color css
<style>
a { background-color: #49912D; }
a { background-color: rgb(73,145,45); }
div.DivClassName
{
background-color: #49912D;
}
.BgClassName
{
background-color: #49912D;
}
</style>
border-color css
<style>
span { border-color: #49912D; }
span { border-color: rgb(73,145,45); }
td.TdClassName
{
border-color: #49912D;
}
.TagClassName
{
border-color: #49912D;
}
</style>