Shades of La Palma #498808
Tints of La Palma #498808
RGB
CMYK
RGB Variations
Color information
#498808 (or 0x498808) is known color: La Palma. HEX triplet: 49, 88 and 08. RGB value is (73,136,8). Sum of RGB (Red+Green+Blue) = 73+136+8=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 136 (53.52% from 255 or 62.67% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 136 - color contains mainly: green. Hex color #498808 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #498808 is #B677F7. Grayscale: #676767. Windows color (decimal): -11958264 or 559177. OLE color: 559177.
HSL color Cylindrical-coordinate representation of color #498808: hue angle of 89.53º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #498808 is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 136 | 8 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.47 |
| HSL | 89.53º | 0.89% | 0.28% | - |
| HSV(B) | 89.53º | 0.94% | 0.53% | - |
| XYZ | 11.6 | 19.04 | 3.29 | - |
| YUV | 102.57 | 74.63 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 136 | 8 | 0.46 | 0 | 0.94 | 0.47 | 89.53 | 0.89 | 0.28 |
| Hex | 49 | 88 | 8 | 2E | 0 | 5E | 2F | 5A | 59 | 1C |
| Octal | 111 | 210 | 10 | 56 | 0 | 136 | 57 | 132 | 131 | 34 |
| Binary | 1001001 | 10001000 | 1000 | 101110 | 0 | 1011110 | 101111 | 1011010 | 1011001 | 11100 |
Color Harmonies of #498808
Complementary color
Monochromatic Colors of #498808
Black with #498808
Text Example
Text Example
White with #498808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498808; }
p { color: rgb(73,136,8); }
H1.HeaderClassName
{
color: #498808;
}
.AnyTagClassName
{
color: #498808;
}
</style>
background-color css
<style>
a { background-color: #498808; }
a { background-color: rgb(73,136,8); }
div.DivClassName
{
background-color: #498808;
}
.BgClassName
{
background-color: #498808;
}
</style>
border-color css
<style>
span { border-color: #498808; }
span { border-color: rgb(73,136,8); }
td.TdClassName
{
border-color: #498808;
}
.TagClassName
{
border-color: #498808;
}
</style>