Shades of La Palma #498725
Tints of La Palma #498725
RGB
CMYK
RGB Variations
Color information
#498725 (or 0x498725) is known color: La Palma. HEX triplet: 49, 87 and 25. RGB value is (73,135,37). Sum of RGB (Red+Green+Blue) = 73+135+37=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #498725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498725 is #B678DA. Grayscale: #696969. Windows color (decimal): -11958491 or 2459465. OLE color: 2459465.
HSL color Cylindrical-coordinate representation of color #498725: hue angle of 97.96º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #498725 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 135 | 37 | - |
| CMYK | 0.46 | 0 | 0.73 | 0.47 |
| HSL | 97.96º | 0.57% | 0.34% | - |
| HSV(B) | 97.96º | 0.73% | 0.53% | - |
| XYZ | 11.75 | 18.88 | 4.78 | - |
| YUV | 105.29 | 89.46 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 37 | 0.46 | 0 | 0.73 | 0.47 | 97.96 | 0.57 | 0.34 |
| Hex | 49 | 87 | 25 | 2E | 0 | 49 | 2F | 62 | 39 | 22 |
| Octal | 111 | 207 | 45 | 56 | 0 | 111 | 57 | 142 | 71 | 42 |
| Binary | 1001001 | 10000111 | 100101 | 101110 | 0 | 1001001 | 101111 | 1100010 | 111001 | 100010 |
Color Harmonies of #498725
Complementary color
Monochromatic Colors of #498725
Black with #498725
Text Example
Text Example
White with #498725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498725; }
p { color: rgb(73,135,37); }
H1.HeaderClassName
{
color: #498725;
}
.AnyTagClassName
{
color: #498725;
}
</style>
background-color css
<style>
a { background-color: #498725; }
a { background-color: rgb(73,135,37); }
div.DivClassName
{
background-color: #498725;
}
.BgClassName
{
background-color: #498725;
}
</style>
border-color css
<style>
span { border-color: #498725; }
span { border-color: rgb(73,135,37); }
td.TdClassName
{
border-color: #498725;
}
.TagClassName
{
border-color: #498725;
}
</style>