Shades of La Palma #498628
Tints of La Palma #498628
RGB
CMYK
RGB Variations
Color information
#498628 (or 0x498628) is known color: La Palma. HEX triplet: 49, 86 and 28. RGB value is (73,134,40). Sum of RGB (Red+Green+Blue) = 73+134+40=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #498628 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498628 is #B679D7. Grayscale: #696969. Windows color (decimal): -11958744 or 2655817. OLE color: 2655817.
HSL color Cylindrical-coordinate representation of color #498628: hue angle of 98.94º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #498628 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 40 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.47 |
| HSL | 98.94º | 0.54% | 0.34% | - |
| HSV(B) | 98.94º | 0.7% | 0.53% | - |
| XYZ | 11.66 | 18.62 | 4.99 | - |
| YUV | 105.05 | 91.29 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 40 | 0.46 | 0 | 0.70 | 0.47 | 98.94 | 0.54 | 0.34 |
| Hex | 49 | 86 | 28 | 2E | 0 | 46 | 2F | 63 | 36 | 22 |
| Octal | 111 | 206 | 50 | 56 | 0 | 106 | 57 | 143 | 66 | 42 |
| Binary | 1001001 | 10000110 | 101000 | 101110 | 0 | 1000110 | 101111 | 1100011 | 110110 | 100010 |
Color Harmonies of #498628
Complementary color
Monochromatic Colors of #498628
Black with #498628
Text Example
Text Example
White with #498628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498628; }
p { color: rgb(73,134,40); }
H1.HeaderClassName
{
color: #498628;
}
.AnyTagClassName
{
color: #498628;
}
</style>
background-color css
<style>
a { background-color: #498628; }
a { background-color: rgb(73,134,40); }
div.DivClassName
{
background-color: #498628;
}
.BgClassName
{
background-color: #498628;
}
</style>
border-color css
<style>
span { border-color: #498628; }
span { border-color: rgb(73,134,40); }
td.TdClassName
{
border-color: #498628;
}
.TagClassName
{
border-color: #498628;
}
</style>