Shades of La Palma #498630
Tints of La Palma #498630
RGB
CMYK
RGB Variations
Color information
#498630 (or 0x498630) is known color: La Palma. HEX triplet: 49, 86 and 30. RGB value is (73,134,48). Sum of RGB (Red+Green+Blue) = 73+134+48=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #498630 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498630 is #B679CF. Grayscale: #6A6A6A. Windows color (decimal): -11958736 or 3180105. OLE color: 3180105.
HSL color Cylindrical-coordinate representation of color #498630: hue angle of 102.56º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #498630 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 134 | 48 | - |
| CMYK | 0.46 | 0 | 0.64 | 0.47 |
| HSL | 102.56º | 0.47% | 0.36% | - |
| HSV(B) | 102.56º | 0.64% | 0.53% | - |
| XYZ | 11.81 | 18.68 | 5.78 | - |
| YUV | 105.96 | 95.29 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 134 | 48 | 0.46 | 0 | 0.64 | 0.47 | 102.56 | 0.47 | 0.36 |
| Hex | 49 | 86 | 30 | 2E | 0 | 40 | 2F | 67 | 2F | 24 |
| Octal | 111 | 206 | 60 | 56 | 0 | 100 | 57 | 147 | 57 | 44 |
| Binary | 1001001 | 10000110 | 110000 | 101110 | 0 | 1000000 | 101111 | 1100111 | 101111 | 100100 |
Color Harmonies of #498630
Complementary color
Monochromatic Colors of #498630
Black with #498630
Text Example
Text Example
White with #498630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498630; }
p { color: rgb(73,134,48); }
H1.HeaderClassName
{
color: #498630;
}
.AnyTagClassName
{
color: #498630;
}
</style>
background-color css
<style>
a { background-color: #498630; }
a { background-color: rgb(73,134,48); }
div.DivClassName
{
background-color: #498630;
}
.BgClassName
{
background-color: #498630;
}
</style>
border-color css
<style>
span { border-color: #498630; }
span { border-color: rgb(73,134,48); }
td.TdClassName
{
border-color: #498630;
}
.TagClassName
{
border-color: #498630;
}
</style>