Shades of La Palma #49931A
Tints of La Palma #49931A
RGB
CMYK
RGB Variations
Color information
#49931A (or 0x49931A) is known color: La Palma. HEX triplet: 49, 93 and 1A. RGB value is (73,147,26). Sum of RGB (Red+Green+Blue) = 73+147+26=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 147 (57.81% from 255 or 59.76% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 147 - color contains mainly: green. Hex color #49931A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49931A is #B66CE5. Grayscale: #6F6F6F. Windows color (decimal): -11955430 or 1741641. OLE color: 1741641.
HSL color Cylindrical-coordinate representation of color #49931A: hue angle of 96.69º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49931A is Cyan = 0.50, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 147 | 26 | - |
| CMYK | 0.50 | 0 | 0.82 | 0.42 |
| HSL | 96.69º | 0.7% | 0.34% | - |
| HSV(B) | 96.69º | 0.82% | 0.58% | - |
| XYZ | 13.37 | 22.36 | 4.59 | - |
| YUV | 111.08 | 79.98 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 147 | 26 | 0.50 | 0 | 0.82 | 0.42 | 96.69 | 0.7 | 0.34 |
| Hex | 49 | 93 | 1A | 32 | 0 | 52 | 2A | 61 | 46 | 22 |
| Octal | 111 | 223 | 32 | 62 | 0 | 122 | 52 | 141 | 106 | 42 |
| Binary | 1001001 | 10010011 | 11010 | 110010 | 0 | 1010010 | 101010 | 1100001 | 1000110 | 100010 |
Color Harmonies of #49931A
Complementary color
Monochromatic Colors of #49931A
Black with #49931A
Text Example
Text Example
White with #49931A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49931A; }
p { color: rgb(73,147,26); }
H1.HeaderClassName
{
color: #49931A;
}
.AnyTagClassName
{
color: #49931A;
}
</style>
background-color css
<style>
a { background-color: #49931A; }
a { background-color: rgb(73,147,26); }
div.DivClassName
{
background-color: #49931A;
}
.BgClassName
{
background-color: #49931A;
}
</style>
border-color css
<style>
span { border-color: #49931A; }
span { border-color: rgb(73,147,26); }
td.TdClassName
{
border-color: #49931A;
}
.TagClassName
{
border-color: #49931A;
}
</style>