Shades of La Palma #498135
Tints of La Palma #498135
RGB
CMYK
RGB Variations
Color information
#498135 (or 0x498135) is known color: La Palma. HEX triplet: 49, 81 and 35. RGB value is (73,129,53). Sum of RGB (Red+Green+Blue) = 73+129+53=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #498135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498135 is #B67ECA. Grayscale: #676767. Windows color (decimal): -11960011 or 3506505. OLE color: 3506505.
HSL color Cylindrical-coordinate representation of color #498135: hue angle of 104.21º 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 #498135 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 53 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.49 |
| HSL | 104.21º | 0.42% | 0.36% | - |
| HSV(B) | 104.21º | 0.59% | 0.51% | - |
| XYZ | 11.24 | 17.37 | 6.13 | - |
| YUV | 103.59 | 99.45 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 53 | 0.43 | 0 | 0.59 | 0.49 | 104.21 | 0.42 | 0.36 |
| Hex | 49 | 81 | 35 | 2B | 0 | 3B | 31 | 68 | 2A | 24 |
| Octal | 111 | 201 | 65 | 53 | 0 | 73 | 61 | 150 | 52 | 44 |
| Binary | 1001001 | 10000001 | 110101 | 101011 | 0 | 111011 | 110001 | 1101000 | 101010 | 100100 |
Color Harmonies of #498135
Complementary color
Monochromatic Colors of #498135
Black with #498135
Text Example
Text Example
White with #498135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498135; }
p { color: rgb(73,129,53); }
H1.HeaderClassName
{
color: #498135;
}
.AnyTagClassName
{
color: #498135;
}
</style>
background-color css
<style>
a { background-color: #498135; }
a { background-color: rgb(73,129,53); }
div.DivClassName
{
background-color: #498135;
}
.BgClassName
{
background-color: #498135;
}
</style>
border-color css
<style>
span { border-color: #498135; }
span { border-color: rgb(73,129,53); }
td.TdClassName
{
border-color: #498135;
}
.TagClassName
{
border-color: #498135;
}
</style>