Shades of La Palma #498328
Tints of La Palma #498328
RGB
CMYK
RGB Variations
Color information
#498328 (or 0x498328) is known color: La Palma. HEX triplet: 49, 83 and 28. RGB value is (73,131,40). Sum of RGB (Red+Green+Blue) = 73+131+40=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 131 (51.56% from 255 or 53.69% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 131 - color contains mainly: green. Hex color #498328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498328 is #B67CD7. Grayscale: #676767. Windows color (decimal): -11959512 or 2655049. OLE color: 2655049.
HSL color Cylindrical-coordinate representation of color #498328: hue angle of 98.24º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #498328 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 131 | 40 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.49 |
| HSL | 98.24º | 0.53% | 0.34% | - |
| HSV(B) | 98.24º | 0.69% | 0.51% | - |
| XYZ | 11.25 | 17.8 | 4.85 | - |
| YUV | 103.28 | 92.28 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 131 | 40 | 0.44 | 0 | 0.69 | 0.49 | 98.24 | 0.53 | 0.34 |
| Hex | 49 | 83 | 28 | 2C | 0 | 45 | 31 | 62 | 35 | 22 |
| Octal | 111 | 203 | 50 | 54 | 0 | 105 | 61 | 142 | 65 | 42 |
| Binary | 1001001 | 10000011 | 101000 | 101100 | 0 | 1000101 | 110001 | 1100010 | 110101 | 100010 |
Color Harmonies of #498328
Complementary color
Monochromatic Colors of #498328
Black with #498328
Text Example
Text Example
White with #498328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498328; }
p { color: rgb(73,131,40); }
H1.HeaderClassName
{
color: #498328;
}
.AnyTagClassName
{
color: #498328;
}
</style>
background-color css
<style>
a { background-color: #498328; }
a { background-color: rgb(73,131,40); }
div.DivClassName
{
background-color: #498328;
}
.BgClassName
{
background-color: #498328;
}
</style>
border-color css
<style>
span { border-color: #498328; }
span { border-color: rgb(73,131,40); }
td.TdClassName
{
border-color: #498328;
}
.TagClassName
{
border-color: #498328;
}
</style>