Shades of La Palma #44842B
Tints of La Palma #44842B
RGB
CMYK
RGB Variations
Color information
#44842B (or 0x44842B) is known color: La Palma. HEX triplet: 44, 84 and 2B. RGB value is (68,132,43). Sum of RGB (Red+Green+Blue) = 68+132+43=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 132 (51.95% from 255 or 54.32% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 132 - color contains mainly: green. Hex color #44842B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44842B is #BB7BD4. Grayscale: #676767. Windows color (decimal): -12286933 or 2851908. OLE color: 2851908.
HSL color Cylindrical-coordinate representation of color #44842B: hue angle of 103.15º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44842B is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 68 | 132 | 43 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.48 |
| HSL | 103.15º | 0.51% | 0.34% | - |
| HSV(B) | 103.15º | 0.67% | 0.52% | - |
| XYZ | 11.07 | 17.91 | 5.16 | - |
| YUV | 102.72 | 94.3 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 132 | 43 | 0.48 | 0 | 0.67 | 0.48 | 103.15 | 0.51 | 0.34 |
| Hex | 44 | 84 | 2B | 30 | 0 | 43 | 30 | 67 | 33 | 22 |
| Octal | 104 | 204 | 53 | 60 | 0 | 103 | 60 | 147 | 63 | 42 |
| Binary | 1000100 | 10000100 | 101011 | 110000 | 0 | 1000011 | 110000 | 1100111 | 110011 | 100010 |
Color Harmonies of #44842B
Complementary color
Monochromatic Colors of #44842B
Black with #44842B
Text Example
Text Example
White with #44842B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44842B; }
p { color: rgb(68,132,43); }
H1.HeaderClassName
{
color: #44842B;
}
.AnyTagClassName
{
color: #44842B;
}
</style>
background-color css
<style>
a { background-color: #44842B; }
a { background-color: rgb(68,132,43); }
div.DivClassName
{
background-color: #44842B;
}
.BgClassName
{
background-color: #44842B;
}
</style>
border-color css
<style>
span { border-color: #44842B; }
span { border-color: rgb(68,132,43); }
td.TdClassName
{
border-color: #44842B;
}
.TagClassName
{
border-color: #44842B;
}
</style>