Shades of La Palma #499A38
Tints of La Palma #499A38
RGB
CMYK
RGB Variations
Color information
#499A38 (or 0x499A38) is known color: La Palma. HEX triplet: 49, 9A and 38. RGB value is (73,154,56). Sum of RGB (Red+Green+Blue) = 73+154+56=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 154 (60.55% from 255 or 54.42% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 154 - color contains mainly: green. Hex color #499A38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499A38 is #B665C7. Grayscale: #767676. Windows color (decimal): -11953608 or 3709513. OLE color: 3709513.
HSL color Cylindrical-coordinate representation of color #499A38: hue angle of 109.59º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #499A38 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 154 | 56 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.40 |
| HSL | 109.59º | 0.47% | 0.41% | - |
| HSV(B) | 109.59º | 0.64% | 0.6% | - |
| XYZ | 15.02 | 24.81 | 7.74 | - |
| YUV | 118.61 | 92.66 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 56 | 0.53 | 0 | 0.64 | 0.40 | 109.59 | 0.47 | 0.41 |
| Hex | 49 | 9A | 38 | 35 | 0 | 40 | 28 | 6E | 2F | 29 |
| Octal | 111 | 232 | 70 | 65 | 0 | 100 | 50 | 156 | 57 | 51 |
| Binary | 1001001 | 10011010 | 111000 | 110101 | 0 | 1000000 | 101000 | 1101110 | 101111 | 101001 |
Color Harmonies of #499A38
Complementary color
Monochromatic Colors of #499A38
Black with #499A38
Text Example
Text Example
White with #499A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499A38; }
p { color: rgb(73,154,56); }
H1.HeaderClassName
{
color: #499A38;
}
.AnyTagClassName
{
color: #499A38;
}
</style>
background-color css
<style>
a { background-color: #499A38; }
a { background-color: rgb(73,154,56); }
div.DivClassName
{
background-color: #499A38;
}
.BgClassName
{
background-color: #499A38;
}
</style>
border-color css
<style>
span { border-color: #499A38; }
span { border-color: rgb(73,154,56); }
td.TdClassName
{
border-color: #499A38;
}
.TagClassName
{
border-color: #499A38;
}
</style>