Shades of La Palma #499020
Tints of La Palma #499020
RGB
CMYK
RGB Variations
Color information
#499020 (or 0x499020) is known color: La Palma. HEX triplet: 49, 90 and 20. RGB value is (73,144,32). Sum of RGB (Red+Green+Blue) = 73+144+32=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 144 (56.64% from 255 or 57.83% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 144 - color contains mainly: green. Hex color #499020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499020 is #B66FDF. Grayscale: #6E6E6E. Windows color (decimal): -11956192 or 2134089. OLE color: 2134089.
HSL color Cylindrical-coordinate representation of color #499020: hue angle of 98.04º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #499020 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 144 | 32 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.44 |
| HSL | 98.04º | 0.64% | 0.35% | - |
| HSV(B) | 98.04º | 0.78% | 0.56% | - |
| XYZ | 12.98 | 21.47 | 4.83 | - |
| YUV | 110 | 83.98 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 144 | 32 | 0.49 | 0 | 0.78 | 0.44 | 98.04 | 0.64 | 0.35 |
| Hex | 49 | 90 | 20 | 31 | 0 | 4E | 2C | 62 | 40 | 23 |
| Octal | 111 | 220 | 40 | 61 | 0 | 116 | 54 | 142 | 100 | 43 |
| Binary | 1001001 | 10010000 | 100000 | 110001 | 0 | 1001110 | 101100 | 1100010 | 1000000 | 100011 |
Color Harmonies of #499020
Complementary color
Monochromatic Colors of #499020
Black with #499020
Text Example
Text Example
White with #499020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499020; }
p { color: rgb(73,144,32); }
H1.HeaderClassName
{
color: #499020;
}
.AnyTagClassName
{
color: #499020;
}
</style>
background-color css
<style>
a { background-color: #499020; }
a { background-color: rgb(73,144,32); }
div.DivClassName
{
background-color: #499020;
}
.BgClassName
{
background-color: #499020;
}
</style>
border-color css
<style>
span { border-color: #499020; }
span { border-color: rgb(73,144,32); }
td.TdClassName
{
border-color: #499020;
}
.TagClassName
{
border-color: #499020;
}
</style>