Shades of La Palma #498226
Tints of La Palma #498226
RGB
CMYK
RGB Variations
Color information
#498226 (or 0x498226) is known color: La Palma. HEX triplet: 49, 82 and 26. RGB value is (73,130,38). Sum of RGB (Red+Green+Blue) = 73+130+38=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #498226 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498226 is #B67DD9. Grayscale: #666666. Windows color (decimal): -11959770 or 2523721. OLE color: 2523721.
HSL color Cylindrical-coordinate representation of color #498226: hue angle of 97.17º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #498226 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 130 | 38 | - |
| CMYK | 0.44 | 0 | 0.71 | 0.49 |
| HSL | 97.17º | 0.55% | 0.33% | - |
| HSV(B) | 97.17º | 0.71% | 0.51% | - |
| XYZ | 11.08 | 17.52 | 4.63 | - |
| YUV | 102.47 | 91.62 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 38 | 0.44 | 0 | 0.71 | 0.49 | 97.17 | 0.55 | 0.33 |
| Hex | 49 | 82 | 26 | 2C | 0 | 47 | 31 | 61 | 37 | 21 |
| Octal | 111 | 202 | 46 | 54 | 0 | 107 | 61 | 141 | 67 | 41 |
| Binary | 1001001 | 10000010 | 100110 | 101100 | 0 | 1000111 | 110001 | 1100001 | 110111 | 100001 |
Color Harmonies of #498226
Complementary color
Monochromatic Colors of #498226
Black with #498226
Text Example
Text Example
White with #498226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498226; }
p { color: rgb(73,130,38); }
H1.HeaderClassName
{
color: #498226;
}
.AnyTagClassName
{
color: #498226;
}
</style>
background-color css
<style>
a { background-color: #498226; }
a { background-color: rgb(73,130,38); }
div.DivClassName
{
background-color: #498226;
}
.BgClassName
{
background-color: #498226;
}
</style>
border-color css
<style>
span { border-color: #498226; }
span { border-color: rgb(73,130,38); }
td.TdClassName
{
border-color: #498226;
}
.TagClassName
{
border-color: #498226;
}
</style>