Shades of La Palma #49913C
Tints of La Palma #49913C
RGB
CMYK
RGB Variations
Color information
#49913C (or 0x49913C) is known color: La Palma. HEX triplet: 49, 91 and 3C. RGB value is (73,145,60). Sum of RGB (Red+Green+Blue) = 73+145+60=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #49913C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49913C is #B66EC3. Grayscale: #727272. Windows color (decimal): -11955908 or 3969353. OLE color: 3969353.
HSL color Cylindrical-coordinate representation of color #49913C: hue angle of 110.82º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49913C is Cyan = 0.50, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 145 | 60 | - |
| CMYK | 0.50 | 0 | 0.59 | 0.43 |
| HSL | 110.82º | 0.41% | 0.4% | - |
| HSV(B) | 110.82º | 0.59% | 0.57% | - |
| XYZ | 13.69 | 21.99 | 7.8 | - |
| YUV | 113.78 | 97.65 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 60 | 0.50 | 0 | 0.59 | 0.43 | 110.82 | 0.41 | 0.4 |
| Hex | 49 | 91 | 3C | 32 | 0 | 3B | 2B | 6F | 29 | 28 |
| Octal | 111 | 221 | 74 | 62 | 0 | 73 | 53 | 157 | 51 | 50 |
| Binary | 1001001 | 10010001 | 111100 | 110010 | 0 | 111011 | 101011 | 1101111 | 101001 | 101000 |
Color Harmonies of #49913C
Complementary color
Monochromatic Colors of #49913C
Black with #49913C
Text Example
Text Example
White with #49913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49913C; }
p { color: rgb(73,145,60); }
H1.HeaderClassName
{
color: #49913C;
}
.AnyTagClassName
{
color: #49913C;
}
</style>
background-color css
<style>
a { background-color: #49913C; }
a { background-color: rgb(73,145,60); }
div.DivClassName
{
background-color: #49913C;
}
.BgClassName
{
background-color: #49913C;
}
</style>
border-color css
<style>
span { border-color: #49913C; }
span { border-color: rgb(73,145,60); }
td.TdClassName
{
border-color: #49913C;
}
.TagClassName
{
border-color: #49913C;
}
</style>