Shades of La Palma #499330
Tints of La Palma #499330
RGB
CMYK
RGB Variations
Color information
#499330 (or 0x499330) is known color: La Palma. HEX triplet: 49, 93 and 30. RGB value is (73,147,48). Sum of RGB (Red+Green+Blue) = 73+147+48=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #499330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499330 is #B66CCF. Grayscale: #717171. Windows color (decimal): -11955408 or 3183433. OLE color: 3183433.
HSL color Cylindrical-coordinate representation of color #499330: hue angle of 104.85º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499330 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 48 | - |
| CMYK | 0.50 | 0 | 0.67 | 0.42 |
| HSL | 104.85º | 0.51% | 0.38% | - |
| HSV(B) | 104.85º | 0.67% | 0.58% | - |
| XYZ | 13.71 | 22.5 | 6.42 | - |
| YUV | 113.59 | 90.98 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 48 | 0.50 | 0 | 0.67 | 0.42 | 104.85 | 0.51 | 0.38 |
| Hex | 49 | 93 | 30 | 32 | 0 | 43 | 2A | 69 | 33 | 26 |
| Octal | 111 | 223 | 60 | 62 | 0 | 103 | 52 | 151 | 63 | 46 |
| Binary | 1001001 | 10010011 | 110000 | 110010 | 0 | 1000011 | 101010 | 1101001 | 110011 | 100110 |
Color Harmonies of #499330
Complementary color
Monochromatic Colors of #499330
Black with #499330
Text Example
Text Example
White with #499330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499330; }
p { color: rgb(73,147,48); }
H1.HeaderClassName
{
color: #499330;
}
.AnyTagClassName
{
color: #499330;
}
</style>
background-color css
<style>
a { background-color: #499330; }
a { background-color: rgb(73,147,48); }
div.DivClassName
{
background-color: #499330;
}
.BgClassName
{
background-color: #499330;
}
</style>
border-color css
<style>
span { border-color: #499330; }
span { border-color: rgb(73,147,48); }
td.TdClassName
{
border-color: #499330;
}
.TagClassName
{
border-color: #499330;
}
</style>