Shades of La Palma #44842C
Tints of La Palma #44842C
RGB
CMYK
RGB Variations
Color information
#44842C (or 0x44842C) is known color: La Palma. HEX triplet: 44, 84 and 2C. RGB value is (68,132,44). Sum of RGB (Red+Green+Blue) = 68+132+44=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #44842C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44842C is #BB7BD3. Grayscale: #676767. Windows color (decimal): -12286932 or 2917444. OLE color: 2917444.
HSL color Cylindrical-coordinate representation of color #44842C: hue angle of 103.64º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44842C is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 132 | 44 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.48 |
| HSL | 103.64º | 0.5% | 0.35% | - |
| HSV(B) | 103.64º | 0.67% | 0.52% | - |
| XYZ | 11.09 | 17.91 | 5.26 | - |
| YUV | 102.83 | 94.8 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 44 | 0.48 | 0 | 0.67 | 0.48 | 103.64 | 0.5 | 0.35 |
| Hex | 44 | 84 | 2C | 30 | 0 | 43 | 30 | 68 | 32 | 23 |
| Octal | 104 | 204 | 54 | 60 | 0 | 103 | 60 | 150 | 62 | 43 |
| Binary | 1000100 | 10000100 | 101100 | 110000 | 0 | 1000011 | 110000 | 1101000 | 110010 | 100011 |
Color Harmonies of #44842C
Complementary color
Monochromatic Colors of #44842C
Black with #44842C
Text Example
Text Example
White with #44842C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44842C; }
p { color: rgb(68,132,44); }
H1.HeaderClassName
{
color: #44842C;
}
.AnyTagClassName
{
color: #44842C;
}
</style>
background-color css
<style>
a { background-color: #44842C; }
a { background-color: rgb(68,132,44); }
div.DivClassName
{
background-color: #44842C;
}
.BgClassName
{
background-color: #44842C;
}
</style>
border-color css
<style>
span { border-color: #44842C; }
span { border-color: rgb(68,132,44); }
td.TdClassName
{
border-color: #44842C;
}
.TagClassName
{
border-color: #44842C;
}
</style>