Shades of La Palma #498732
Tints of La Palma #498732
RGB
CMYK
RGB Variations
Color information
#498732 (or 0x498732) is known color: La Palma. HEX triplet: 49, 87 and 32. RGB value is (73,135,50). Sum of RGB (Red+Green+Blue) = 73+135+50=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #498732 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498732 is #B678CD. Grayscale: #6B6B6B. Windows color (decimal): -11958478 or 3311433. OLE color: 3311433.
HSL color Cylindrical-coordinate representation of color #498732: hue angle of 103.76º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498732 is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 135 | 50 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.47 |
| HSL | 103.76º | 0.46% | 0.36% | - |
| HSV(B) | 103.76º | 0.63% | 0.53% | - |
| XYZ | 11.99 | 18.97 | 6.05 | - |
| YUV | 106.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 50 | 0.46 | 0 | 0.63 | 0.47 | 103.76 | 0.46 | 0.36 |
| Hex | 49 | 87 | 32 | 2E | 0 | 3F | 2F | 68 | 2E | 24 |
| Octal | 111 | 207 | 62 | 56 | 0 | 77 | 57 | 150 | 56 | 44 |
| Binary | 1001001 | 10000111 | 110010 | 101110 | 0 | 111111 | 101111 | 1101000 | 101110 | 100100 |
Color Harmonies of #498732
Complementary color
Monochromatic Colors of #498732
Black with #498732
Text Example
Text Example
White with #498732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498732; }
p { color: rgb(73,135,50); }
H1.HeaderClassName
{
color: #498732;
}
.AnyTagClassName
{
color: #498732;
}
</style>
background-color css
<style>
a { background-color: #498732; }
a { background-color: rgb(73,135,50); }
div.DivClassName
{
background-color: #498732;
}
.BgClassName
{
background-color: #498732;
}
</style>
border-color css
<style>
span { border-color: #498732; }
span { border-color: rgb(73,135,50); }
td.TdClassName
{
border-color: #498732;
}
.TagClassName
{
border-color: #498732;
}
</style>