Shades of La Palma #498A13
Tints of La Palma #498A13
RGB
CMYK
RGB Variations
Color information
#498A13 (or 0x498A13) is known color: La Palma. HEX triplet: 49, 8A and 13. RGB value is (73,138,19). Sum of RGB (Red+Green+Blue) = 73+138+19=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 138 (54.30% from 255 or 60% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 138 - color contains mainly: green. Hex color #498A13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498A13 is #B675EC. Grayscale: #696969. Windows color (decimal): -11957741 or 1280585. OLE color: 1280585.
HSL color Cylindrical-coordinate representation of color #498A13: hue angle of 92.77º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #498A13 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 138 | 19 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.46 |
| HSL | 92.77º | 0.76% | 0.31% | - |
| HSV(B) | 92.77º | 0.86% | 0.54% | - |
| XYZ | 11.95 | 19.64 | 3.78 | - |
| YUV | 105 | 79.47 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 19 | 0.47 | 0 | 0.86 | 0.46 | 92.77 | 0.76 | 0.31 |
| Hex | 49 | 8A | 13 | 2F | 0 | 56 | 2E | 5D | 4C | 1F |
| Octal | 111 | 212 | 23 | 57 | 0 | 126 | 56 | 135 | 114 | 37 |
| Binary | 1001001 | 10001010 | 10011 | 101111 | 0 | 1010110 | 101110 | 1011101 | 1001100 | 11111 |
Color Harmonies of #498A13
Complementary color
Monochromatic Colors of #498A13
Black with #498A13
Text Example
Text Example
White with #498A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498A13; }
p { color: rgb(73,138,19); }
H1.HeaderClassName
{
color: #498A13;
}
.AnyTagClassName
{
color: #498A13;
}
</style>
background-color css
<style>
a { background-color: #498A13; }
a { background-color: rgb(73,138,19); }
div.DivClassName
{
background-color: #498A13;
}
.BgClassName
{
background-color: #498A13;
}
</style>
border-color css
<style>
span { border-color: #498A13; }
span { border-color: rgb(73,138,19); }
td.TdClassName
{
border-color: #498A13;
}
.TagClassName
{
border-color: #498A13;
}
</style>