Shades of La Palma #49852F
Tints of La Palma #49852F
RGB
CMYK
RGB Variations
Color information
#49852F (or 0x49852F) is known color: La Palma. HEX triplet: 49, 85 and 2F. RGB value is (73,133,47). Sum of RGB (Red+Green+Blue) = 73+133+47=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #49852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49852F is #B67AD0. Grayscale: #696969. Windows color (decimal): -11958993 or 3114313. OLE color: 3114313.
HSL color Cylindrical-coordinate representation of color #49852F: hue angle of 101.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49852F is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 133 | 47 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.48 |
| HSL | 101.86º | 0.48% | 0.35% | - |
| HSV(B) | 101.86º | 0.65% | 0.52% | - |
| XYZ | 11.65 | 18.4 | 5.63 | - |
| YUV | 105.26 | 95.12 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 47 | 0.45 | 0 | 0.65 | 0.48 | 101.86 | 0.48 | 0.35 |
| Hex | 49 | 85 | 2F | 2D | 0 | 41 | 30 | 66 | 30 | 23 |
| Octal | 111 | 205 | 57 | 55 | 0 | 101 | 60 | 146 | 60 | 43 |
| Binary | 1001001 | 10000101 | 101111 | 101101 | 0 | 1000001 | 110000 | 1100110 | 110000 | 100011 |
Color Harmonies of #49852F
Complementary color
Monochromatic Colors of #49852F
Black with #49852F
Text Example
Text Example
White with #49852F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49852F; }
p { color: rgb(73,133,47); }
H1.HeaderClassName
{
color: #49852F;
}
.AnyTagClassName
{
color: #49852F;
}
</style>
background-color css
<style>
a { background-color: #49852F; }
a { background-color: rgb(73,133,47); }
div.DivClassName
{
background-color: #49852F;
}
.BgClassName
{
background-color: #49852F;
}
</style>
border-color css
<style>
span { border-color: #49852F; }
span { border-color: rgb(73,133,47); }
td.TdClassName
{
border-color: #49852F;
}
.TagClassName
{
border-color: #49852F;
}
</style>