Shades of La Palma #498F2A
Tints of La Palma #498F2A
RGB
CMYK
RGB Variations
Color information
#498F2A (or 0x498F2A) is known color: La Palma. HEX triplet: 49, 8F and 2A. RGB value is (73,143,42). Sum of RGB (Red+Green+Blue) = 73+143+42=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 143 (56.25% from 255 or 55.43% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 143 - color contains mainly: green. Hex color #498F2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498F2A is #B670D5. Grayscale: #6E6E6E. Windows color (decimal): -11956438 or 2789193. OLE color: 2789193.
HSL color Cylindrical-coordinate representation of color #498F2A: hue angle of 101.58º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #498F2A is Cyan = 0.49, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 143 | 42 | - |
| CMYK | 0.49 | 0 | 0.71 | 0.44 |
| HSL | 101.58º | 0.55% | 0.36% | - |
| HSV(B) | 101.58º | 0.71% | 0.56% | - |
| XYZ | 12.99 | 21.23 | 5.6 | - |
| YUV | 110.56 | 89.31 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 42 | 0.49 | 0 | 0.71 | 0.44 | 101.58 | 0.55 | 0.36 |
| Hex | 49 | 8F | 2A | 31 | 0 | 47 | 2C | 66 | 37 | 24 |
| Octal | 111 | 217 | 52 | 61 | 0 | 107 | 54 | 146 | 67 | 44 |
| Binary | 1001001 | 10001111 | 101010 | 110001 | 0 | 1000111 | 101100 | 1100110 | 110111 | 100100 |
Color Harmonies of #498F2A
Complementary color
Monochromatic Colors of #498F2A
Black with #498F2A
Text Example
Text Example
White with #498F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498F2A; }
p { color: rgb(73,143,42); }
H1.HeaderClassName
{
color: #498F2A;
}
.AnyTagClassName
{
color: #498F2A;
}
</style>
background-color css
<style>
a { background-color: #498F2A; }
a { background-color: rgb(73,143,42); }
div.DivClassName
{
background-color: #498F2A;
}
.BgClassName
{
background-color: #498F2A;
}
</style>
border-color css
<style>
span { border-color: #498F2A; }
span { border-color: rgb(73,143,42); }
td.TdClassName
{
border-color: #498F2A;
}
.TagClassName
{
border-color: #498F2A;
}
</style>