Shades of La Palma #498B2A
Tints of La Palma #498B2A
RGB
CMYK
RGB Variations
Color information
#498B2A (or 0x498B2A) is known color: La Palma. HEX triplet: 49, 8B and 2A. RGB value is (73,139,42). Sum of RGB (Red+Green+Blue) = 73+139+42=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 139 (54.69% from 255 or 54.72% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 139 - color contains mainly: green. Hex color #498B2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498B2A is #B674D5. Grayscale: #6C6C6C. Windows color (decimal): -11957462 or 2788169. OLE color: 2788169.
HSL color Cylindrical-coordinate representation of color #498B2A: hue angle of 100.82º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #498B2A is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 139 | 42 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.45 |
| HSL | 100.82º | 0.54% | 0.35% | - |
| HSV(B) | 100.82º | 0.7% | 0.55% | - |
| XYZ | 12.4 | 20.05 | 5.41 | - |
| YUV | 108.21 | 90.63 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 42 | 0.47 | 0 | 0.70 | 0.45 | 100.82 | 0.54 | 0.35 |
| Hex | 49 | 8B | 2A | 2F | 0 | 46 | 2D | 65 | 36 | 23 |
| Octal | 111 | 213 | 52 | 57 | 0 | 106 | 55 | 145 | 66 | 43 |
| Binary | 1001001 | 10001011 | 101010 | 101111 | 0 | 1000110 | 101101 | 1100101 | 110110 | 100011 |
Color Harmonies of #498B2A
Complementary color
Monochromatic Colors of #498B2A
Black with #498B2A
Text Example
Text Example
White with #498B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498B2A; }
p { color: rgb(73,139,42); }
H1.HeaderClassName
{
color: #498B2A;
}
.AnyTagClassName
{
color: #498B2A;
}
</style>
background-color css
<style>
a { background-color: #498B2A; }
a { background-color: rgb(73,139,42); }
div.DivClassName
{
background-color: #498B2A;
}
.BgClassName
{
background-color: #498B2A;
}
</style>
border-color css
<style>
span { border-color: #498B2A; }
span { border-color: rgb(73,139,42); }
td.TdClassName
{
border-color: #498B2A;
}
.TagClassName
{
border-color: #498B2A;
}
</style>