Shades of La Palma #498127
Tints of La Palma #498127
RGB
CMYK
RGB Variations
Color information
#498127 (or 0x498127) is known color: La Palma. HEX triplet: 49, 81 and 27. RGB value is (73,129,39). Sum of RGB (Red+Green+Blue) = 73+129+39=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 129 (50.78% from 255 or 53.53% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 129 - color contains mainly: green. Hex color #498127 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498127 is #B67ED8. Grayscale: #666666. Windows color (decimal): -11960025 or 2589001. OLE color: 2589001.
HSL color Cylindrical-coordinate representation of color #498127: hue angle of 97.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #498127 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 39 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.49 |
| HSL | 97.33º | 0.54% | 0.33% | - |
| HSV(B) | 97.33º | 0.7% | 0.51% | - |
| XYZ | 10.96 | 17.26 | 4.67 | - |
| YUV | 102 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 39 | 0.43 | 0 | 0.70 | 0.49 | 97.33 | 0.54 | 0.33 |
| Hex | 49 | 81 | 27 | 2B | 0 | 46 | 31 | 61 | 36 | 21 |
| Octal | 111 | 201 | 47 | 53 | 0 | 106 | 61 | 141 | 66 | 41 |
| Binary | 1001001 | 10000001 | 100111 | 101011 | 0 | 1000110 | 110001 | 1100001 | 110110 | 100001 |
Color Harmonies of #498127
Complementary color
Monochromatic Colors of #498127
Black with #498127
Text Example
Text Example
White with #498127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498127; }
p { color: rgb(73,129,39); }
H1.HeaderClassName
{
color: #498127;
}
.AnyTagClassName
{
color: #498127;
}
</style>
background-color css
<style>
a { background-color: #498127; }
a { background-color: rgb(73,129,39); }
div.DivClassName
{
background-color: #498127;
}
.BgClassName
{
background-color: #498127;
}
</style>
border-color css
<style>
span { border-color: #498127; }
span { border-color: rgb(73,129,39); }
td.TdClassName
{
border-color: #498127;
}
.TagClassName
{
border-color: #498127;
}
</style>