Shades of La Palma #49923C
Tints of La Palma #49923C
RGB
CMYK
RGB Variations
Color information
#49923C (or 0x49923C) is known color: La Palma. HEX triplet: 49, 92 and 3C. RGB value is (73,146,60). Sum of RGB (Red+Green+Blue) = 73+146+60=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #49923C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49923C is #B66DC3. Grayscale: #727272. Windows color (decimal): -11955652 or 3969609. OLE color: 3969609.
HSL color Cylindrical-coordinate representation of color #49923C: hue angle of 110.93º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49923C is Cyan = 0.5, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 146 | 60 | - |
| CMYK | 0.5 | 0 | 0.59 | 0.43 |
| HSL | 110.93º | 0.42% | 0.4% | - |
| HSV(B) | 110.93º | 0.59% | 0.57% | - |
| XYZ | 13.84 | 22.3 | 7.85 | - |
| YUV | 114.37 | 97.32 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 60 | 0.5 | 0 | 0.59 | 0.43 | 110.93 | 0.42 | 0.4 |
| Hex | 49 | 92 | 3C | 32 | 0 | 3B | 2B | 6F | 2A | 28 |
| Octal | 111 | 222 | 74 | 62 | 0 | 73 | 53 | 157 | 52 | 50 |
| Binary | 1001001 | 10010010 | 111100 | 110010 | 0 | 111011 | 101011 | 1101111 | 101010 | 101000 |
Color Harmonies of #49923C
Complementary color
Monochromatic Colors of #49923C
Black with #49923C
Text Example
Text Example
White with #49923C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49923C; }
p { color: rgb(73,146,60); }
H1.HeaderClassName
{
color: #49923C;
}
.AnyTagClassName
{
color: #49923C;
}
</style>
background-color css
<style>
a { background-color: #49923C; }
a { background-color: rgb(73,146,60); }
div.DivClassName
{
background-color: #49923C;
}
.BgClassName
{
background-color: #49923C;
}
</style>
border-color css
<style>
span { border-color: #49923C; }
span { border-color: rgb(73,146,60); }
td.TdClassName
{
border-color: #49923C;
}
.TagClassName
{
border-color: #49923C;
}
</style>