Shades of La Palma #498234
Tints of La Palma #498234
RGB
CMYK
RGB Variations
Color information
#498234 (or 0x498234) is known color: La Palma. HEX triplet: 49, 82 and 34. RGB value is (73,130,52). Sum of RGB (Red+Green+Blue) = 73+130+52=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #498234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498234 is #B67DCB. Grayscale: #686868. Windows color (decimal): -11959756 or 3441225. OLE color: 3441225.
HSL color Cylindrical-coordinate representation of color #498234: hue angle of 103.85º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #498234 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 52 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.49 |
| HSL | 103.85º | 0.43% | 0.36% | - |
| HSV(B) | 103.85º | 0.6% | 0.51% | - |
| XYZ | 11.35 | 17.63 | 6.05 | - |
| YUV | 104.07 | 98.62 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 52 | 0.44 | 0 | 0.60 | 0.49 | 103.85 | 0.43 | 0.36 |
| Hex | 49 | 82 | 34 | 2C | 0 | 3C | 31 | 68 | 2B | 24 |
| Octal | 111 | 202 | 64 | 54 | 0 | 74 | 61 | 150 | 53 | 44 |
| Binary | 1001001 | 10000010 | 110100 | 101100 | 0 | 111100 | 110001 | 1101000 | 101011 | 100100 |
Color Harmonies of #498234
Complementary color
Monochromatic Colors of #498234
Black with #498234
Text Example
Text Example
White with #498234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498234; }
p { color: rgb(73,130,52); }
H1.HeaderClassName
{
color: #498234;
}
.AnyTagClassName
{
color: #498234;
}
</style>
background-color css
<style>
a { background-color: #498234; }
a { background-color: rgb(73,130,52); }
div.DivClassName
{
background-color: #498234;
}
.BgClassName
{
background-color: #498234;
}
</style>
border-color css
<style>
span { border-color: #498234; }
span { border-color: rgb(73,130,52); }
td.TdClassName
{
border-color: #498234;
}
.TagClassName
{
border-color: #498234;
}
</style>