Shades of La Palma #49A835
Tints of La Palma #49A835
RGB
CMYK
RGB Variations
Color information
#49A835 (or 0x49A835) is known color: La Palma. HEX triplet: 49, A8 and 35. RGB value is (73,168,53). Sum of RGB (Red+Green+Blue) = 73+168+53=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 168 (66.02% from 255 or 57.14% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 168 - color contains mainly: green. Hex color #49A835 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A835 is #B657CA. Grayscale: #7E7E7E. Windows color (decimal): -11950027 or 3516489. OLE color: 3516489.
HSL color Cylindrical-coordinate representation of color #49A835: hue angle of 109.57º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49A835 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 168 | 53 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.34 |
| HSL | 109.57º | 0.52% | 0.43% | - |
| HSV(B) | 109.57º | 0.68% | 0.66% | - |
| XYZ | 17.39 | 29.68 | 8.18 | - |
| YUV | 126.49 | 86.53 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 168 | 53 | 0.57 | 0 | 0.68 | 0.34 | 109.57 | 0.52 | 0.43 |
| Hex | 49 | A8 | 35 | 39 | 0 | 44 | 22 | 6E | 34 | 2B |
| Octal | 111 | 250 | 65 | 71 | 0 | 104 | 42 | 156 | 64 | 53 |
| Binary | 1001001 | 10101000 | 110101 | 111001 | 0 | 1000100 | 100010 | 1101110 | 110100 | 101011 |
Color Harmonies of #49A835
Complementary color
Monochromatic Colors of #49A835
Black with #49A835
Text Example
Text Example
White with #49A835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A835; }
p { color: rgb(73,168,53); }
H1.HeaderClassName
{
color: #49A835;
}
.AnyTagClassName
{
color: #49A835;
}
</style>
background-color css
<style>
a { background-color: #49A835; }
a { background-color: rgb(73,168,53); }
div.DivClassName
{
background-color: #49A835;
}
.BgClassName
{
background-color: #49A835;
}
</style>
border-color css
<style>
span { border-color: #49A835; }
span { border-color: rgb(73,168,53); }
td.TdClassName
{
border-color: #49A835;
}
.TagClassName
{
border-color: #49A835;
}
</style>