Shades of La Palma #499D28
Tints of La Palma #499D28
RGB
CMYK
RGB Variations
Color information
#499D28 (or 0x499D28) is known color: La Palma. HEX triplet: 49, 9D and 28. RGB value is (73,157,40). Sum of RGB (Red+Green+Blue) = 73+157+40=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 157 (61.72% from 255 or 58.15% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 157 - color contains mainly: green. Hex color #499D28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499D28 is #B662D7. Grayscale: #767676. Windows color (decimal): -11952856 or 2661705. OLE color: 2661705.
HSL color Cylindrical-coordinate representation of color #499D28: hue angle of 103.08º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #499D28 is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 157 | 40 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.38 |
| HSL | 103.08º | 0.59% | 0.39% | - |
| HSV(B) | 103.08º | 0.75% | 0.62% | - |
| XYZ | 15.19 | 25.68 | 6.16 | - |
| YUV | 118.55 | 83.67 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 40 | 0.54 | 0 | 0.75 | 0.38 | 103.08 | 0.59 | 0.39 |
| Hex | 49 | 9D | 28 | 36 | 0 | 4B | 26 | 67 | 3B | 27 |
| Octal | 111 | 235 | 50 | 66 | 0 | 113 | 46 | 147 | 73 | 47 |
| Binary | 1001001 | 10011101 | 101000 | 110110 | 0 | 1001011 | 100110 | 1100111 | 111011 | 100111 |
Color Harmonies of #499D28
Complementary color
Monochromatic Colors of #499D28
Black with #499D28
Text Example
Text Example
White with #499D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499D28; }
p { color: rgb(73,157,40); }
H1.HeaderClassName
{
color: #499D28;
}
.AnyTagClassName
{
color: #499D28;
}
</style>
background-color css
<style>
a { background-color: #499D28; }
a { background-color: rgb(73,157,40); }
div.DivClassName
{
background-color: #499D28;
}
.BgClassName
{
background-color: #499D28;
}
</style>
border-color css
<style>
span { border-color: #499D28; }
span { border-color: rgb(73,157,40); }
td.TdClassName
{
border-color: #499D28;
}
.TagClassName
{
border-color: #499D28;
}
</style>