Shades of La Palma #49872F
Tints of La Palma #49872F
RGB
CMYK
RGB Variations
Color information
#49872F (or 0x49872F) is known color: La Palma. HEX triplet: 49, 87 and 2F. RGB value is (73,135,47). Sum of RGB (Red+Green+Blue) = 73+135+47=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #49872F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49872F is #B678D0. Grayscale: #6A6A6A. Windows color (decimal): -11958481 or 3114825. OLE color: 3114825.
HSL color Cylindrical-coordinate representation of color #49872F: hue angle of 102.27º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49872F is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 135 | 47 | - |
| CMYK | 0.46 | 0 | 0.65 | 0.47 |
| HSL | 102.27º | 0.48% | 0.36% | - |
| HSV(B) | 102.27º | 0.65% | 0.53% | - |
| XYZ | 11.92 | 18.95 | 5.72 | - |
| YUV | 106.43 | 94.46 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 135 | 47 | 0.46 | 0 | 0.65 | 0.47 | 102.27 | 0.48 | 0.36 |
| Hex | 49 | 87 | 2F | 2E | 0 | 41 | 2F | 66 | 30 | 24 |
| Octal | 111 | 207 | 57 | 56 | 0 | 101 | 57 | 146 | 60 | 44 |
| Binary | 1001001 | 10000111 | 101111 | 101110 | 0 | 1000001 | 101111 | 1100110 | 110000 | 100100 |
Color Harmonies of #49872F
Complementary color
Monochromatic Colors of #49872F
Black with #49872F
Text Example
Text Example
White with #49872F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49872F; }
p { color: rgb(73,135,47); }
H1.HeaderClassName
{
color: #49872F;
}
.AnyTagClassName
{
color: #49872F;
}
</style>
background-color css
<style>
a { background-color: #49872F; }
a { background-color: rgb(73,135,47); }
div.DivClassName
{
background-color: #49872F;
}
.BgClassName
{
background-color: #49872F;
}
</style>
border-color css
<style>
span { border-color: #49872F; }
span { border-color: rgb(73,135,47); }
td.TdClassName
{
border-color: #49872F;
}
.TagClassName
{
border-color: #49872F;
}
</style>