Shades of La Palma #499C37
Tints of La Palma #499C37
RGB
CMYK
RGB Variations
Color information
#499C37 (or 0x499C37) is known color: La Palma. HEX triplet: 49, 9C and 37. RGB value is (73,156,55). Sum of RGB (Red+Green+Blue) = 73+156+55=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #499C37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499C37 is #B663C8. Grayscale: #777777. Windows color (decimal): -11953097 or 3644489. OLE color: 3644489.
HSL color Cylindrical-coordinate representation of color #499C37: hue angle of 109.31º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #499C37 is Cyan = 0.53, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 156 | 55 | - |
| CMYK | 0.53 | 0 | 0.65 | 0.39 |
| HSL | 109.31º | 0.48% | 0.41% | - |
| HSV(B) | 109.31º | 0.65% | 0.61% | - |
| XYZ | 15.33 | 25.47 | 7.72 | - |
| YUV | 119.67 | 91.5 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 55 | 0.53 | 0 | 0.65 | 0.39 | 109.31 | 0.48 | 0.41 |
| Hex | 49 | 9C | 37 | 35 | 0 | 41 | 27 | 6D | 30 | 29 |
| Octal | 111 | 234 | 67 | 65 | 0 | 101 | 47 | 155 | 60 | 51 |
| Binary | 1001001 | 10011100 | 110111 | 110101 | 0 | 1000001 | 100111 | 1101101 | 110000 | 101001 |
Color Harmonies of #499C37
Complementary color
Monochromatic Colors of #499C37
Black with #499C37
Text Example
Text Example
White with #499C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499C37; }
p { color: rgb(73,156,55); }
H1.HeaderClassName
{
color: #499C37;
}
.AnyTagClassName
{
color: #499C37;
}
</style>
background-color css
<style>
a { background-color: #499C37; }
a { background-color: rgb(73,156,55); }
div.DivClassName
{
background-color: #499C37;
}
.BgClassName
{
background-color: #499C37;
}
</style>
border-color css
<style>
span { border-color: #499C37; }
span { border-color: rgb(73,156,55); }
td.TdClassName
{
border-color: #499C37;
}
.TagClassName
{
border-color: #499C37;
}
</style>