Shades of La Palma #498E21
Tints of La Palma #498E21
RGB
CMYK
RGB Variations
Color information
#498E21 (or 0x498E21) is known color: La Palma. HEX triplet: 49, 8E and 21. RGB value is (73,142,33). Sum of RGB (Red+Green+Blue) = 73+142+33=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 142 (55.86% from 255 or 57.26% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 142 - color contains mainly: green. Hex color #498E21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498E21 is #B671DE. Grayscale: #6D6D6D. Windows color (decimal): -11956703 or 2199113. OLE color: 2199113.
HSL color Cylindrical-coordinate representation of color #498E21: hue angle of 97.98º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #498E21 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 142 | 33 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.44 |
| HSL | 97.98º | 0.62% | 0.34% | - |
| HSV(B) | 97.98º | 0.77% | 0.56% | - |
| XYZ | 12.7 | 20.87 | 4.8 | - |
| YUV | 108.94 | 85.14 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 33 | 0.49 | 0 | 0.77 | 0.44 | 97.98 | 0.62 | 0.34 |
| Hex | 49 | 8E | 21 | 31 | 0 | 4D | 2C | 62 | 3E | 22 |
| Octal | 111 | 216 | 41 | 61 | 0 | 115 | 54 | 142 | 76 | 42 |
| Binary | 1001001 | 10001110 | 100001 | 110001 | 0 | 1001101 | 101100 | 1100010 | 111110 | 100010 |
Color Harmonies of #498E21
Complementary color
Monochromatic Colors of #498E21
Black with #498E21
Text Example
Text Example
White with #498E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498E21; }
p { color: rgb(73,142,33); }
H1.HeaderClassName
{
color: #498E21;
}
.AnyTagClassName
{
color: #498E21;
}
</style>
background-color css
<style>
a { background-color: #498E21; }
a { background-color: rgb(73,142,33); }
div.DivClassName
{
background-color: #498E21;
}
.BgClassName
{
background-color: #498E21;
}
</style>
border-color css
<style>
span { border-color: #498E21; }
span { border-color: rgb(73,142,33); }
td.TdClassName
{
border-color: #498E21;
}
.TagClassName
{
border-color: #498E21;
}
</style>