Shades of La Palma #49902F
Tints of La Palma #49902F
RGB
CMYK
RGB Variations
Color information
#49902F (or 0x49902F) is known color: La Palma. HEX triplet: 49, 90 and 2F. RGB value is (73,144,47). Sum of RGB (Red+Green+Blue) = 73+144+47=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 144 (56.64% from 255 or 54.55% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 144 - color contains mainly: green. Hex color #49902F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49902F is #B66FD0. Grayscale: #707070. Windows color (decimal): -11956177 or 3117129. OLE color: 3117129.
HSL color Cylindrical-coordinate representation of color #49902F: hue angle of 103.92º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49902F is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 47 | - |
| CMYK | 0.49 | 0 | 0.67 | 0.44 |
| HSL | 103.92º | 0.51% | 0.37% | - |
| HSV(B) | 103.92º | 0.67% | 0.56% | - |
| XYZ | 13.23 | 21.57 | 6.15 | - |
| YUV | 111.71 | 91.48 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 47 | 0.49 | 0 | 0.67 | 0.44 | 103.92 | 0.51 | 0.37 |
| Hex | 49 | 90 | 2F | 31 | 0 | 43 | 2C | 68 | 33 | 25 |
| Octal | 111 | 220 | 57 | 61 | 0 | 103 | 54 | 150 | 63 | 45 |
| Binary | 1001001 | 10010000 | 101111 | 110001 | 0 | 1000011 | 101100 | 1101000 | 110011 | 100101 |
Color Harmonies of #49902F
Complementary color
Monochromatic Colors of #49902F
Black with #49902F
Text Example
Text Example
White with #49902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49902F; }
p { color: rgb(73,144,47); }
H1.HeaderClassName
{
color: #49902F;
}
.AnyTagClassName
{
color: #49902F;
}
</style>
background-color css
<style>
a { background-color: #49902F; }
a { background-color: rgb(73,144,47); }
div.DivClassName
{
background-color: #49902F;
}
.BgClassName
{
background-color: #49902F;
}
</style>
border-color css
<style>
span { border-color: #49902F; }
span { border-color: rgb(73,144,47); }
td.TdClassName
{
border-color: #49902F;
}
.TagClassName
{
border-color: #49902F;
}
</style>