Shades of La Palma #498D2C
Tints of La Palma #498D2C
RGB
CMYK
RGB Variations
Color information
#498D2C (or 0x498D2C) is known color: La Palma. HEX triplet: 49, 8D and 2C. RGB value is (73,141,44). Sum of RGB (Red+Green+Blue) = 73+141+44=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 141 (55.47% from 255 or 54.65% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 141 - color contains mainly: green. Hex color #498D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498D2C is #B672D3. Grayscale: #6D6D6D. Windows color (decimal): -11956948 or 2919753. OLE color: 2919753.
HSL color Cylindrical-coordinate representation of color #498D2C: hue angle of 102.06º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #498D2C is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 141 | 44 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.45 |
| HSL | 102.06º | 0.52% | 0.36% | - |
| HSV(B) | 102.06º | 0.69% | 0.55% | - |
| XYZ | 12.73 | 20.65 | 5.7 | - |
| YUV | 109.61 | 90.97 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 44 | 0.48 | 0 | 0.69 | 0.45 | 102.06 | 0.52 | 0.36 |
| Hex | 49 | 8D | 2C | 30 | 0 | 45 | 2D | 66 | 34 | 24 |
| Octal | 111 | 215 | 54 | 60 | 0 | 105 | 55 | 146 | 64 | 44 |
| Binary | 1001001 | 10001101 | 101100 | 110000 | 0 | 1000101 | 101101 | 1100110 | 110100 | 100100 |
Color Harmonies of #498D2C
Complementary color
Monochromatic Colors of #498D2C
Black with #498D2C
Text Example
Text Example
White with #498D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498D2C; }
p { color: rgb(73,141,44); }
H1.HeaderClassName
{
color: #498D2C;
}
.AnyTagClassName
{
color: #498D2C;
}
</style>
background-color css
<style>
a { background-color: #498D2C; }
a { background-color: rgb(73,141,44); }
div.DivClassName
{
background-color: #498D2C;
}
.BgClassName
{
background-color: #498D2C;
}
</style>
border-color css
<style>
span { border-color: #498D2C; }
span { border-color: rgb(73,141,44); }
td.TdClassName
{
border-color: #498D2C;
}
.TagClassName
{
border-color: #498D2C;
}
</style>