Shades of La Palma #497F2F
Tints of La Palma #497F2F
RGB
CMYK
RGB Variations
Color information
#497F2F (or 0x497F2F) is known color: La Palma. HEX triplet: 49, 7F and 2F. RGB value is (73,127,47). Sum of RGB (Red+Green+Blue) = 73+127+47=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #497F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497F2F is #B680D0. Grayscale: #656565. Windows color (decimal): -11960529 or 3112777. OLE color: 3112777.
HSL color Cylindrical-coordinate representation of color #497F2F: hue angle of 100.5º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #497F2F is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 127 | 47 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.50 |
| HSL | 100.5º | 0.46% | 0.34% | - |
| HSV(B) | 100.5º | 0.63% | 0.5% | - |
| XYZ | 10.85 | 16.8 | 5.36 | - |
| YUV | 101.73 | 97.11 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 47 | 0.43 | 0 | 0.63 | 0.50 | 100.5 | 0.46 | 0.34 |
| Hex | 49 | 7F | 2F | 2B | 0 | 3F | 32 | 64 | 2E | 22 |
| Octal | 111 | 177 | 57 | 53 | 0 | 77 | 62 | 144 | 56 | 42 |
| Binary | 1001001 | 1111111 | 101111 | 101011 | 0 | 111111 | 110010 | 1100100 | 101110 | 100010 |
Color Harmonies of #497F2F
Complementary color
Monochromatic Colors of #497F2F
Black with #497F2F
Text Example
Text Example
White with #497F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497F2F; }
p { color: rgb(73,127,47); }
H1.HeaderClassName
{
color: #497F2F;
}
.AnyTagClassName
{
color: #497F2F;
}
</style>
background-color css
<style>
a { background-color: #497F2F; }
a { background-color: rgb(73,127,47); }
div.DivClassName
{
background-color: #497F2F;
}
.BgClassName
{
background-color: #497F2F;
}
</style>
border-color css
<style>
span { border-color: #497F2F; }
span { border-color: rgb(73,127,47); }
td.TdClassName
{
border-color: #497F2F;
}
.TagClassName
{
border-color: #497F2F;
}
</style>