Shades of La Palma #498919
Tints of La Palma #498919
RGB
CMYK
RGB Variations
Color information
#498919 (or 0x498919) is known color: La Palma. HEX triplet: 49, 89 and 19. RGB value is (73,137,25). Sum of RGB (Red+Green+Blue) = 73+137+25=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 137 (53.91% from 255 or 58.30% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 137 - color contains mainly: green. Hex color #498919 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498919 is #B676E6. Grayscale: #696969. Windows color (decimal): -11957991 or 1673545. OLE color: 1673545.
HSL color Cylindrical-coordinate representation of color #498919: hue angle of 94.29º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #498919 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 137 | 25 | - |
| CMYK | 0.47 | 0 | 0.82 | 0.46 |
| HSL | 94.29º | 0.69% | 0.32% | - |
| HSV(B) | 94.29º | 0.82% | 0.54% | - |
| XYZ | 11.87 | 19.38 | 4.03 | - |
| YUV | 105.1 | 82.8 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 25 | 0.47 | 0 | 0.82 | 0.46 | 94.29 | 0.69 | 0.32 |
| Hex | 49 | 89 | 19 | 2F | 0 | 52 | 2E | 5E | 45 | 20 |
| Octal | 111 | 211 | 31 | 57 | 0 | 122 | 56 | 136 | 105 | 40 |
| Binary | 1001001 | 10001001 | 11001 | 101111 | 0 | 1010010 | 101110 | 1011110 | 1000101 | 100000 |
Color Harmonies of #498919
Complementary color
Monochromatic Colors of #498919
Black with #498919
Text Example
Text Example
White with #498919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498919; }
p { color: rgb(73,137,25); }
H1.HeaderClassName
{
color: #498919;
}
.AnyTagClassName
{
color: #498919;
}
</style>
background-color css
<style>
a { background-color: #498919; }
a { background-color: rgb(73,137,25); }
div.DivClassName
{
background-color: #498919;
}
.BgClassName
{
background-color: #498919;
}
</style>
border-color css
<style>
span { border-color: #498919; }
span { border-color: rgb(73,137,25); }
td.TdClassName
{
border-color: #498919;
}
.TagClassName
{
border-color: #498919;
}
</style>