Shades of La Palma #499123
Tints of La Palma #499123
RGB
CMYK
RGB Variations
Color information
#499123 (or 0x499123) is known color: La Palma. HEX triplet: 49, 91 and 23. RGB value is (73,145,35). Sum of RGB (Red+Green+Blue) = 73+145+35=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #499123 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #499123 is #B66EDC. Grayscale: #6F6F6F. Windows color (decimal): -11955933 or 2330953. OLE color: 2330953.
HSL color Cylindrical-coordinate representation of color #499123: hue angle of 99.27º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #499123 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 145 | 35 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.43 |
| HSL | 99.27º | 0.61% | 0.35% | - |
| HSV(B) | 99.27º | 0.76% | 0.57% | - |
| XYZ | 13.18 | 21.79 | 5.1 | - |
| YUV | 110.93 | 85.15 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 35 | 0.50 | 0 | 0.76 | 0.43 | 99.27 | 0.61 | 0.35 |
| Hex | 49 | 91 | 23 | 32 | 0 | 4C | 2B | 63 | 3D | 23 |
| Octal | 111 | 221 | 43 | 62 | 0 | 114 | 53 | 143 | 75 | 43 |
| Binary | 1001001 | 10010001 | 100011 | 110010 | 0 | 1001100 | 101011 | 1100011 | 111101 | 100011 |
Color Harmonies of #499123
Complementary color
Monochromatic Colors of #499123
Black with #499123
Text Example
Text Example
White with #499123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499123; }
p { color: rgb(73,145,35); }
H1.HeaderClassName
{
color: #499123;
}
.AnyTagClassName
{
color: #499123;
}
</style>
background-color css
<style>
a { background-color: #499123; }
a { background-color: rgb(73,145,35); }
div.DivClassName
{
background-color: #499123;
}
.BgClassName
{
background-color: #499123;
}
</style>
border-color css
<style>
span { border-color: #499123; }
span { border-color: rgb(73,145,35); }
td.TdClassName
{
border-color: #499123;
}
.TagClassName
{
border-color: #499123;
}
</style>