Shades of La Palma #498E34
Tints of La Palma #498E34
RGB
CMYK
RGB Variations
Color information
#498E34 (or 0x498E34) is known color: La Palma. HEX triplet: 49, 8E and 34. RGB value is (73,142,52). Sum of RGB (Red+Green+Blue) = 73+142+52=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #498E34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498E34 is #B671CB. Grayscale: #6F6F6F. Windows color (decimal): -11956684 or 3444297. OLE color: 3444297.
HSL color Cylindrical-coordinate representation of color #498E34: hue angle of 106º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498E34 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 142 | 52 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.44 |
| HSL | 106º | 0.46% | 0.38% | - |
| HSV(B) | 106º | 0.63% | 0.56% | - |
| XYZ | 13.04 | 21.01 | 6.62 | - |
| YUV | 111.11 | 94.64 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 52 | 0.49 | 0 | 0.63 | 0.44 | 106 | 0.46 | 0.38 |
| Hex | 49 | 8E | 34 | 31 | 0 | 3F | 2C | 6A | 2E | 26 |
| Octal | 111 | 216 | 64 | 61 | 0 | 77 | 54 | 152 | 56 | 46 |
| Binary | 1001001 | 10001110 | 110100 | 110001 | 0 | 111111 | 101100 | 1101010 | 101110 | 100110 |
Color Harmonies of #498E34
Complementary color
Monochromatic Colors of #498E34
Black with #498E34
Text Example
Text Example
White with #498E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498E34; }
p { color: rgb(73,142,52); }
H1.HeaderClassName
{
color: #498E34;
}
.AnyTagClassName
{
color: #498E34;
}
</style>
background-color css
<style>
a { background-color: #498E34; }
a { background-color: rgb(73,142,52); }
div.DivClassName
{
background-color: #498E34;
}
.BgClassName
{
background-color: #498E34;
}
</style>
border-color css
<style>
span { border-color: #498E34; }
span { border-color: rgb(73,142,52); }
td.TdClassName
{
border-color: #498E34;
}
.TagClassName
{
border-color: #498E34;
}
</style>