Shades of La Palma #499D2C
Tints of La Palma #499D2C
RGB
CMYK
RGB Variations
Color information
#499D2C (or 0x499D2C) is known color: La Palma. HEX triplet: 49, 9D and 2C. RGB value is (73,157,44). Sum of RGB (Red+Green+Blue) = 73+157+44=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 157 (61.72% from 255 or 57.30% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 157 - color contains mainly: green. Hex color #499D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499D2C is #B662D3. Grayscale: #777777. Windows color (decimal): -11952852 or 2923849. OLE color: 2923849.
HSL color Cylindrical-coordinate representation of color #499D2C: hue angle of 104.6º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #499D2C is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 157 | 44 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.38 |
| HSL | 104.6º | 0.56% | 0.39% | - |
| HSV(B) | 104.6º | 0.72% | 0.62% | - |
| XYZ | 15.26 | 25.71 | 6.54 | - |
| YUV | 119 | 85.67 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 44 | 0.54 | 0 | 0.72 | 0.38 | 104.6 | 0.56 | 0.39 |
| Hex | 49 | 9D | 2C | 36 | 0 | 48 | 26 | 69 | 38 | 27 |
| Octal | 111 | 235 | 54 | 66 | 0 | 110 | 46 | 151 | 70 | 47 |
| Binary | 1001001 | 10011101 | 101100 | 110110 | 0 | 1001000 | 100110 | 1101001 | 111000 | 100111 |
Color Harmonies of #499D2C
Complementary color
Monochromatic Colors of #499D2C
Black with #499D2C
Text Example
Text Example
White with #499D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499D2C; }
p { color: rgb(73,157,44); }
H1.HeaderClassName
{
color: #499D2C;
}
.AnyTagClassName
{
color: #499D2C;
}
</style>
background-color css
<style>
a { background-color: #499D2C; }
a { background-color: rgb(73,157,44); }
div.DivClassName
{
background-color: #499D2C;
}
.BgClassName
{
background-color: #499D2C;
}
</style>
border-color css
<style>
span { border-color: #499D2C; }
span { border-color: rgb(73,157,44); }
td.TdClassName
{
border-color: #499D2C;
}
.TagClassName
{
border-color: #499D2C;
}
</style>