Shades of La Palma #49981C
Tints of La Palma #49981C
RGB
CMYK
RGB Variations
Color information
#49981C (or 0x49981C) is known color: La Palma. HEX triplet: 49, 98 and 1C. RGB value is (73,152,28). Sum of RGB (Red+Green+Blue) = 73+152+28=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 152 (59.77% from 255 or 60.08% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 152 - color contains mainly: green. Hex color #49981C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49981C is #B667E3. Grayscale: #727272. Windows color (decimal): -11954148 or 1873993. OLE color: 1873993.
HSL color Cylindrical-coordinate representation of color #49981C: hue angle of 98.23º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49981C is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 152 | 28 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.40 |
| HSL | 98.23º | 0.69% | 0.35% | - |
| HSV(B) | 98.23º | 0.82% | 0.6% | - |
| XYZ | 14.19 | 23.96 | 4.98 | - |
| YUV | 114.24 | 79.33 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 28 | 0.52 | 0 | 0.82 | 0.40 | 98.23 | 0.69 | 0.35 |
| Hex | 49 | 98 | 1C | 34 | 0 | 52 | 28 | 62 | 45 | 23 |
| Octal | 111 | 230 | 34 | 64 | 0 | 122 | 50 | 142 | 105 | 43 |
| Binary | 1001001 | 10011000 | 11100 | 110100 | 0 | 1010010 | 101000 | 1100010 | 1000101 | 100011 |
Color Harmonies of #49981C
Complementary color
Monochromatic Colors of #49981C
Black with #49981C
Text Example
Text Example
White with #49981C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49981C; }
p { color: rgb(73,152,28); }
H1.HeaderClassName
{
color: #49981C;
}
.AnyTagClassName
{
color: #49981C;
}
</style>
background-color css
<style>
a { background-color: #49981C; }
a { background-color: rgb(73,152,28); }
div.DivClassName
{
background-color: #49981C;
}
.BgClassName
{
background-color: #49981C;
}
</style>
border-color css
<style>
span { border-color: #49981C; }
span { border-color: rgb(73,152,28); }
td.TdClassName
{
border-color: #49981C;
}
.TagClassName
{
border-color: #49981C;
}
</style>