Shades of La Palma #49961C
Tints of La Palma #49961C
RGB
CMYK
RGB Variations
Color information
#49961C (or 0x49961C) is known color: La Palma. HEX triplet: 49, 96 and 1C. RGB value is (73,150,28). Sum of RGB (Red+Green+Blue) = 73+150+28=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 150 (58.98% from 255 or 59.76% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 150 - color contains mainly: green. Hex color #49961C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49961C is #B669E3. Grayscale: #717171. Windows color (decimal): -11954660 or 1873481. OLE color: 1873481.
HSL color Cylindrical-coordinate representation of color #49961C: hue angle of 97.87º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49961C is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 150 | 28 | - |
| CMYK | 0.51 | 0 | 0.81 | 0.41 |
| HSL | 97.87º | 0.69% | 0.35% | - |
| HSV(B) | 97.87º | 0.81% | 0.59% | - |
| XYZ | 13.86 | 23.31 | 4.87 | - |
| YUV | 113.07 | 79.99 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 28 | 0.51 | 0 | 0.81 | 0.41 | 97.87 | 0.69 | 0.35 |
| Hex | 49 | 96 | 1C | 33 | 0 | 51 | 29 | 62 | 45 | 23 |
| Octal | 111 | 226 | 34 | 63 | 0 | 121 | 51 | 142 | 105 | 43 |
| Binary | 1001001 | 10010110 | 11100 | 110011 | 0 | 1010001 | 101001 | 1100010 | 1000101 | 100011 |
Color Harmonies of #49961C
Complementary color
Monochromatic Colors of #49961C
Black with #49961C
Text Example
Text Example
White with #49961C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49961C; }
p { color: rgb(73,150,28); }
H1.HeaderClassName
{
color: #49961C;
}
.AnyTagClassName
{
color: #49961C;
}
</style>
background-color css
<style>
a { background-color: #49961C; }
a { background-color: rgb(73,150,28); }
div.DivClassName
{
background-color: #49961C;
}
.BgClassName
{
background-color: #49961C;
}
</style>
border-color css
<style>
span { border-color: #49961C; }
span { border-color: rgb(73,150,28); }
td.TdClassName
{
border-color: #49961C;
}
.TagClassName
{
border-color: #49961C;
}
</style>