Shades of La Palma #49902E
Tints of La Palma #49902E
RGB
CMYK
RGB Variations
Color information
#49902E (or 0x49902E) is known color: La Palma. HEX triplet: 49, 90 and 2E. RGB value is (73,144,46). Sum of RGB (Red+Green+Blue) = 73+144+46=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #49902E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49902E is #B66FD1. Grayscale: #6F6F6F. Windows color (decimal): -11956178 or 3051593. OLE color: 3051593.
HSL color Cylindrical-coordinate representation of color #49902E: hue angle of 103.47º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49902E is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 46 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.44 |
| HSL | 103.47º | 0.52% | 0.37% | - |
| HSV(B) | 103.47º | 0.68% | 0.56% | - |
| XYZ | 13.21 | 21.56 | 6.05 | - |
| YUV | 111.6 | 90.98 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 46 | 0.49 | 0 | 0.68 | 0.44 | 103.47 | 0.52 | 0.37 |
| Hex | 49 | 90 | 2E | 31 | 0 | 44 | 2C | 67 | 34 | 25 |
| Octal | 111 | 220 | 56 | 61 | 0 | 104 | 54 | 147 | 64 | 45 |
| Binary | 1001001 | 10010000 | 101110 | 110001 | 0 | 1000100 | 101100 | 1100111 | 110100 | 100101 |
Color Harmonies of #49902E
Complementary color
Monochromatic Colors of #49902E
Black with #49902E
Text Example
Text Example
White with #49902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49902E; }
p { color: rgb(73,144,46); }
H1.HeaderClassName
{
color: #49902E;
}
.AnyTagClassName
{
color: #49902E;
}
</style>
background-color css
<style>
a { background-color: #49902E; }
a { background-color: rgb(73,144,46); }
div.DivClassName
{
background-color: #49902E;
}
.BgClassName
{
background-color: #49902E;
}
</style>
border-color css
<style>
span { border-color: #49902E; }
span { border-color: rgb(73,144,46); }
td.TdClassName
{
border-color: #49902E;
}
.TagClassName
{
border-color: #49902E;
}
</style>