Shades of La Palma #498235
Tints of La Palma #498235
RGB
CMYK
RGB Variations
Color information
#498235 (or 0x498235) is known color: La Palma. HEX triplet: 49, 82 and 35. RGB value is (73,130,53). Sum of RGB (Red+Green+Blue) = 73+130+53=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #498235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498235 is #B67DCA. Grayscale: #686868. Windows color (decimal): -11959755 or 3506761. OLE color: 3506761.
HSL color Cylindrical-coordinate representation of color #498235: hue angle of 104.42º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #498235 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 53 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.49 |
| HSL | 104.42º | 0.42% | 0.36% | - |
| HSV(B) | 104.42º | 0.59% | 0.51% | - |
| XYZ | 11.37 | 17.64 | 6.17 | - |
| YUV | 104.18 | 99.12 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 53 | 0.44 | 0 | 0.59 | 0.49 | 104.42 | 0.42 | 0.36 |
| Hex | 49 | 82 | 35 | 2C | 0 | 3B | 31 | 68 | 2A | 24 |
| Octal | 111 | 202 | 65 | 54 | 0 | 73 | 61 | 150 | 52 | 44 |
| Binary | 1001001 | 10000010 | 110101 | 101100 | 0 | 111011 | 110001 | 1101000 | 101010 | 100100 |
Color Harmonies of #498235
Complementary color
Monochromatic Colors of #498235
Black with #498235
Text Example
Text Example
White with #498235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498235; }
p { color: rgb(73,130,53); }
H1.HeaderClassName
{
color: #498235;
}
.AnyTagClassName
{
color: #498235;
}
</style>
background-color css
<style>
a { background-color: #498235; }
a { background-color: rgb(73,130,53); }
div.DivClassName
{
background-color: #498235;
}
.BgClassName
{
background-color: #498235;
}
</style>
border-color css
<style>
span { border-color: #498235; }
span { border-color: rgb(73,130,53); }
td.TdClassName
{
border-color: #498235;
}
.TagClassName
{
border-color: #498235;
}
</style>