Shades of La Palma #49892F
Tints of La Palma #49892F
RGB
CMYK
RGB Variations
Color information
#49892F (or 0x49892F) is known color: La Palma. HEX triplet: 49, 89 and 2F. RGB value is (73,137,47). Sum of RGB (Red+Green+Blue) = 73+137+47=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #49892F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49892F is #B676D0. Grayscale: #6B6B6B. Windows color (decimal): -11957969 or 3115337. OLE color: 3115337.
HSL color Cylindrical-coordinate representation of color #49892F: hue angle of 102.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49892F is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 137 | 47 | - |
| CMYK | 0.47 | 0 | 0.66 | 0.46 |
| HSL | 102.67º | 0.49% | 0.36% | - |
| HSV(B) | 102.67º | 0.66% | 0.54% | - |
| XYZ | 12.21 | 19.51 | 5.81 | - |
| YUV | 107.6 | 93.8 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 137 | 47 | 0.47 | 0 | 0.66 | 0.46 | 102.67 | 0.49 | 0.36 |
| Hex | 49 | 89 | 2F | 2F | 0 | 42 | 2E | 67 | 31 | 24 |
| Octal | 111 | 211 | 57 | 57 | 0 | 102 | 56 | 147 | 61 | 44 |
| Binary | 1001001 | 10001001 | 101111 | 101111 | 0 | 1000010 | 101110 | 1100111 | 110001 | 100100 |
Color Harmonies of #49892F
Complementary color
Monochromatic Colors of #49892F
Black with #49892F
Text Example
Text Example
White with #49892F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49892F; }
p { color: rgb(73,137,47); }
H1.HeaderClassName
{
color: #49892F;
}
.AnyTagClassName
{
color: #49892F;
}
</style>
background-color css
<style>
a { background-color: #49892F; }
a { background-color: rgb(73,137,47); }
div.DivClassName
{
background-color: #49892F;
}
.BgClassName
{
background-color: #49892F;
}
</style>
border-color css
<style>
span { border-color: #49892F; }
span { border-color: rgb(73,137,47); }
td.TdClassName
{
border-color: #49892F;
}
.TagClassName
{
border-color: #49892F;
}
</style>