Shades of La Palma #49952F
Tints of La Palma #49952F
RGB
CMYK
RGB Variations
Color information
#49952F (or 0x49952F) is known color: La Palma. HEX triplet: 49, 95 and 2F. RGB value is (73,149,47). Sum of RGB (Red+Green+Blue) = 73+149+47=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #49952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49952F is #B66AD0. Grayscale: #727272. Windows color (decimal): -11954897 or 3118409. OLE color: 3118409.
HSL color Cylindrical-coordinate representation of color #49952F: hue angle of 104.71º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49952F is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 149 | 47 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.42 |
| HSL | 104.71º | 0.52% | 0.38% | - |
| HSV(B) | 104.71º | 0.68% | 0.58% | - |
| XYZ | 14.01 | 23.12 | 6.41 | - |
| YUV | 114.65 | 89.82 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 47 | 0.51 | 0 | 0.68 | 0.42 | 104.71 | 0.52 | 0.38 |
| Hex | 49 | 95 | 2F | 33 | 0 | 44 | 2A | 69 | 34 | 26 |
| Octal | 111 | 225 | 57 | 63 | 0 | 104 | 52 | 151 | 64 | 46 |
| Binary | 1001001 | 10010101 | 101111 | 110011 | 0 | 1000100 | 101010 | 1101001 | 110100 | 100110 |
Color Harmonies of #49952F
Complementary color
Monochromatic Colors of #49952F
Black with #49952F
Text Example
Text Example
White with #49952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49952F; }
p { color: rgb(73,149,47); }
H1.HeaderClassName
{
color: #49952F;
}
.AnyTagClassName
{
color: #49952F;
}
</style>
background-color css
<style>
a { background-color: #49952F; }
a { background-color: rgb(73,149,47); }
div.DivClassName
{
background-color: #49952F;
}
.BgClassName
{
background-color: #49952F;
}
</style>
border-color css
<style>
span { border-color: #49952F; }
span { border-color: rgb(73,149,47); }
td.TdClassName
{
border-color: #49952F;
}
.TagClassName
{
border-color: #49952F;
}
</style>