Shades of La Palma #49983D
Tints of La Palma #49983D
RGB
CMYK
RGB Variations
Color information
#49983D (or 0x49983D) is known color: La Palma. HEX triplet: 49, 98 and 3D. RGB value is (73,152,61). Sum of RGB (Red+Green+Blue) = 73+152+61=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #49983D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49983D is #B667C2. Grayscale: #767676. Windows color (decimal): -11954115 or 4036681. OLE color: 4036681.
HSL color Cylindrical-coordinate representation of color #49983D: hue angle of 112.09º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49983D is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 61 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.40 |
| HSL | 112.09º | 0.43% | 0.42% | - |
| HSV(B) | 112.09º | 0.6% | 0.6% | - |
| XYZ | 14.82 | 24.21 | 8.31 | - |
| YUV | 118.01 | 95.83 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 61 | 0.52 | 0 | 0.60 | 0.40 | 112.09 | 0.43 | 0.42 |
| Hex | 49 | 98 | 3D | 34 | 0 | 3C | 28 | 70 | 2B | 2A |
| Octal | 111 | 230 | 75 | 64 | 0 | 74 | 50 | 160 | 53 | 52 |
| Binary | 1001001 | 10011000 | 111101 | 110100 | 0 | 111100 | 101000 | 1110000 | 101011 | 101010 |
Color Harmonies of #49983D
Complementary color
Monochromatic Colors of #49983D
Black with #49983D
Text Example
Text Example
White with #49983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49983D; }
p { color: rgb(73,152,61); }
H1.HeaderClassName
{
color: #49983D;
}
.AnyTagClassName
{
color: #49983D;
}
</style>
background-color css
<style>
a { background-color: #49983D; }
a { background-color: rgb(73,152,61); }
div.DivClassName
{
background-color: #49983D;
}
.BgClassName
{
background-color: #49983D;
}
</style>
border-color css
<style>
span { border-color: #49983D; }
span { border-color: rgb(73,152,61); }
td.TdClassName
{
border-color: #49983D;
}
.TagClassName
{
border-color: #49983D;
}
</style>