Shades of La Palma #499A33
Tints of La Palma #499A33
RGB
CMYK
RGB Variations
Color information
#499A33 (or 0x499A33) is known color: La Palma. HEX triplet: 49, 9A and 33. RGB value is (73,154,51). Sum of RGB (Red+Green+Blue) = 73+154+51=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 154 (60.55% from 255 or 55.40% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 154 - color contains mainly: green. Hex color #499A33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499A33 is #B665CC. Grayscale: #767676. Windows color (decimal): -11953613 or 3381833. OLE color: 3381833.
HSL color Cylindrical-coordinate representation of color #499A33: hue angle of 107.18º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #499A33 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 154 | 51 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.40 |
| HSL | 107.18º | 0.5% | 0.4% | - |
| HSV(B) | 107.18º | 0.67% | 0.6% | - |
| XYZ | 14.9 | 24.77 | 7.13 | - |
| YUV | 118.04 | 90.16 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 51 | 0.53 | 0 | 0.67 | 0.40 | 107.18 | 0.5 | 0.4 |
| Hex | 49 | 9A | 33 | 35 | 0 | 43 | 28 | 6B | 32 | 28 |
| Octal | 111 | 232 | 63 | 65 | 0 | 103 | 50 | 153 | 62 | 50 |
| Binary | 1001001 | 10011010 | 110011 | 110101 | 0 | 1000011 | 101000 | 1101011 | 110010 | 101000 |
Color Harmonies of #499A33
Complementary color
Monochromatic Colors of #499A33
Black with #499A33
Text Example
Text Example
White with #499A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499A33; }
p { color: rgb(73,154,51); }
H1.HeaderClassName
{
color: #499A33;
}
.AnyTagClassName
{
color: #499A33;
}
</style>
background-color css
<style>
a { background-color: #499A33; }
a { background-color: rgb(73,154,51); }
div.DivClassName
{
background-color: #499A33;
}
.BgClassName
{
background-color: #499A33;
}
</style>
border-color css
<style>
span { border-color: #499A33; }
span { border-color: rgb(73,154,51); }
td.TdClassName
{
border-color: #499A33;
}
.TagClassName
{
border-color: #499A33;
}
</style>