Shades of La Palma #44912C
Tints of La Palma #44912C
RGB
CMYK
RGB Variations
Color information
#44912C (or 0x44912C) is known color: La Palma. HEX triplet: 44, 91 and 2C. RGB value is (68,145,44). Sum of RGB (Red+Green+Blue) = 68+145+44=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 145 (57.03% from 255 or 56.42% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 145 - color contains mainly: green. Hex color #44912C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44912C is #BB6ED3. Grayscale: #6E6E6E. Windows color (decimal): -12283604 or 2920772. OLE color: 2920772.
HSL color Cylindrical-coordinate representation of color #44912C: hue angle of 105.74º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44912C is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 68 | 145 | 44 | - |
| CMYK | 0.53 | 0 | 0.70 | 0.43 |
| HSL | 105.74º | 0.53% | 0.37% | - |
| HSV(B) | 105.74º | 0.7% | 0.57% | - |
| XYZ | 12.96 | 21.66 | 5.88 | - |
| YUV | 110.46 | 90.49 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 145 | 44 | 0.53 | 0 | 0.70 | 0.43 | 105.74 | 0.53 | 0.37 |
| Hex | 44 | 91 | 2C | 35 | 0 | 46 | 2B | 6A | 35 | 25 |
| Octal | 104 | 221 | 54 | 65 | 0 | 106 | 53 | 152 | 65 | 45 |
| Binary | 1000100 | 10010001 | 101100 | 110101 | 0 | 1000110 | 101011 | 1101010 | 110101 | 100101 |
Color Harmonies of #44912C
Complementary color
Monochromatic Colors of #44912C
Black with #44912C
Text Example
Text Example
White with #44912C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44912C; }
p { color: rgb(68,145,44); }
H1.HeaderClassName
{
color: #44912C;
}
.AnyTagClassName
{
color: #44912C;
}
</style>
background-color css
<style>
a { background-color: #44912C; }
a { background-color: rgb(68,145,44); }
div.DivClassName
{
background-color: #44912C;
}
.BgClassName
{
background-color: #44912C;
}
</style>
border-color css
<style>
span { border-color: #44912C; }
span { border-color: rgb(68,145,44); }
td.TdClassName
{
border-color: #44912C;
}
.TagClassName
{
border-color: #44912C;
}
</style>