Shades of La Palma #498E2D
Tints of La Palma #498E2D
RGB
CMYK
RGB Variations
Color information
#498E2D (or 0x498E2D) is known color: La Palma. HEX triplet: 49, 8E and 2D. RGB value is (73,142,45). Sum of RGB (Red+Green+Blue) = 73+142+45=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 142 (55.86% from 255 or 54.62% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 142 - color contains mainly: green. Hex color #498E2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498E2D is #B671D2. Grayscale: #6E6E6E. Windows color (decimal): -11956691 or 2985545. OLE color: 2985545.
HSL color Cylindrical-coordinate representation of color #498E2D: hue angle of 102.68º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #498E2D is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 142 | 45 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.44 |
| HSL | 102.68º | 0.52% | 0.37% | - |
| HSV(B) | 102.68º | 0.68% | 0.56% | - |
| XYZ | 12.89 | 20.95 | 5.85 | - |
| YUV | 110.31 | 91.14 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 45 | 0.49 | 0 | 0.68 | 0.44 | 102.68 | 0.52 | 0.37 |
| Hex | 49 | 8E | 2D | 31 | 0 | 44 | 2C | 67 | 34 | 25 |
| Octal | 111 | 216 | 55 | 61 | 0 | 104 | 54 | 147 | 64 | 45 |
| Binary | 1001001 | 10001110 | 101101 | 110001 | 0 | 1000100 | 101100 | 1100111 | 110100 | 100101 |
Color Harmonies of #498E2D
Complementary color
Monochromatic Colors of #498E2D
Black with #498E2D
Text Example
Text Example
White with #498E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498E2D; }
p { color: rgb(73,142,45); }
H1.HeaderClassName
{
color: #498E2D;
}
.AnyTagClassName
{
color: #498E2D;
}
</style>
background-color css
<style>
a { background-color: #498E2D; }
a { background-color: rgb(73,142,45); }
div.DivClassName
{
background-color: #498E2D;
}
.BgClassName
{
background-color: #498E2D;
}
</style>
border-color css
<style>
span { border-color: #498E2D; }
span { border-color: rgb(73,142,45); }
td.TdClassName
{
border-color: #498E2D;
}
.TagClassName
{
border-color: #498E2D;
}
</style>