Shades of La Palma #498525
Tints of La Palma #498525
RGB
CMYK
RGB Variations
Color information
#498525 (or 0x498525) is known color: La Palma. HEX triplet: 49, 85 and 25. RGB value is (73,133,37). Sum of RGB (Red+Green+Blue) = 73+133+37=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #498525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498525 is #B67ADA. Grayscale: #686868. Windows color (decimal): -11959003 or 2458953. OLE color: 2458953.
HSL color Cylindrical-coordinate representation of color #498525: hue angle of 97.5º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #498525 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 133 | 37 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.48 |
| HSL | 97.5º | 0.56% | 0.33% | - |
| HSV(B) | 97.5º | 0.72% | 0.52% | - |
| XYZ | 11.47 | 18.33 | 4.68 | - |
| YUV | 104.12 | 90.12 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 37 | 0.45 | 0 | 0.72 | 0.48 | 97.5 | 0.56 | 0.33 |
| Hex | 49 | 85 | 25 | 2D | 0 | 48 | 30 | 62 | 38 | 21 |
| Octal | 111 | 205 | 45 | 55 | 0 | 110 | 60 | 142 | 70 | 41 |
| Binary | 1001001 | 10000101 | 100101 | 101101 | 0 | 1001000 | 110000 | 1100010 | 111000 | 100001 |
Color Harmonies of #498525
Complementary color
Monochromatic Colors of #498525
Black with #498525
Text Example
Text Example
White with #498525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498525; }
p { color: rgb(73,133,37); }
H1.HeaderClassName
{
color: #498525;
}
.AnyTagClassName
{
color: #498525;
}
</style>
background-color css
<style>
a { background-color: #498525; }
a { background-color: rgb(73,133,37); }
div.DivClassName
{
background-color: #498525;
}
.BgClassName
{
background-color: #498525;
}
</style>
border-color css
<style>
span { border-color: #498525; }
span { border-color: rgb(73,133,37); }
td.TdClassName
{
border-color: #498525;
}
.TagClassName
{
border-color: #498525;
}
</style>