Shades of La Palma #497F30
Tints of La Palma #497F30
RGB
CMYK
RGB Variations
Color information
#497F30 (or 0x497F30) is known color: La Palma. HEX triplet: 49, 7F and 30. RGB value is (73,127,48). Sum of RGB (Red+Green+Blue) = 73+127+48=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #497F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497F30 is #B680CF. Grayscale: #666666. Windows color (decimal): -11960528 or 3178313. OLE color: 3178313.
HSL color Cylindrical-coordinate representation of color #497F30: hue angle of 101.01º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #497F30 is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 127 | 48 | - |
| CMYK | 0.43 | 0 | 0.62 | 0.50 |
| HSL | 101.01º | 0.45% | 0.34% | - |
| HSV(B) | 101.01º | 0.62% | 0.5% | - |
| XYZ | 10.87 | 16.81 | 5.47 | - |
| YUV | 101.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 127 | 48 | 0.43 | 0 | 0.62 | 0.50 | 101.01 | 0.45 | 0.34 |
| Hex | 49 | 7F | 30 | 2B | 0 | 3E | 32 | 65 | 2D | 22 |
| Octal | 111 | 177 | 60 | 53 | 0 | 76 | 62 | 145 | 55 | 42 |
| Binary | 1001001 | 1111111 | 110000 | 101011 | 0 | 111110 | 110010 | 1100101 | 101101 | 100010 |
Color Harmonies of #497F30
Complementary color
Monochromatic Colors of #497F30
Black with #497F30
Text Example
Text Example
White with #497F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497F30; }
p { color: rgb(73,127,48); }
H1.HeaderClassName
{
color: #497F30;
}
.AnyTagClassName
{
color: #497F30;
}
</style>
background-color css
<style>
a { background-color: #497F30; }
a { background-color: rgb(73,127,48); }
div.DivClassName
{
background-color: #497F30;
}
.BgClassName
{
background-color: #497F30;
}
</style>
border-color css
<style>
span { border-color: #497F30; }
span { border-color: rgb(73,127,48); }
td.TdClassName
{
border-color: #497F30;
}
.TagClassName
{
border-color: #497F30;
}
</style>