Shades of La Palma #498129
Tints of La Palma #498129
RGB
CMYK
RGB Variations
Color information
#498129 (or 0x498129) is known color: La Palma. HEX triplet: 49, 81 and 29. RGB value is (73,129,41). Sum of RGB (Red+Green+Blue) = 73+129+41=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #498129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498129 is #B67ED6. Grayscale: #666666. Windows color (decimal): -11960023 or 2720073. OLE color: 2720073.
HSL color Cylindrical-coordinate representation of color #498129: hue angle of 98.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #498129 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 129 | 41 | - |
| CMYK | 0.43 | 0 | 0.68 | 0.49 |
| HSL | 98.18º | 0.52% | 0.33% | - |
| HSV(B) | 98.18º | 0.68% | 0.51% | - |
| XYZ | 11 | 17.28 | 4.85 | - |
| YUV | 102.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 129 | 41 | 0.43 | 0 | 0.68 | 0.49 | 98.18 | 0.52 | 0.33 |
| Hex | 49 | 81 | 29 | 2B | 0 | 44 | 31 | 62 | 34 | 21 |
| Octal | 111 | 201 | 51 | 53 | 0 | 104 | 61 | 142 | 64 | 41 |
| Binary | 1001001 | 10000001 | 101001 | 101011 | 0 | 1000100 | 110001 | 1100010 | 110100 | 100001 |
Color Harmonies of #498129
Complementary color
Monochromatic Colors of #498129
Black with #498129
Text Example
Text Example
White with #498129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498129; }
p { color: rgb(73,129,41); }
H1.HeaderClassName
{
color: #498129;
}
.AnyTagClassName
{
color: #498129;
}
</style>
background-color css
<style>
a { background-color: #498129; }
a { background-color: rgb(73,129,41); }
div.DivClassName
{
background-color: #498129;
}
.BgClassName
{
background-color: #498129;
}
</style>
border-color css
<style>
span { border-color: #498129; }
span { border-color: rgb(73,129,41); }
td.TdClassName
{
border-color: #498129;
}
.TagClassName
{
border-color: #498129;
}
</style>