Shades of La Palma #44943D
Tints of La Palma #44943D
RGB
CMYK
RGB Variations
Color information
#44943D (or 0x44943D) is known color: La Palma. HEX triplet: 44, 94 and 3D. RGB value is (68,148,61). Sum of RGB (Red+Green+Blue) = 68+148+61=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #44943D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44943D is #BB6BC2. Grayscale: #727272. Windows color (decimal): -12282819 or 4035652. OLE color: 4035652.
HSL color Cylindrical-coordinate representation of color #44943D: hue angle of 115.17º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44943D is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 148 | 61 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.42 |
| HSL | 115.17º | 0.42% | 0.41% | - |
| HSV(B) | 115.17º | 0.59% | 0.58% | - |
| XYZ | 13.82 | 22.75 | 8.08 | - |
| YUV | 114.16 | 98 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 148 | 61 | 0.54 | 0 | 0.59 | 0.42 | 115.17 | 0.42 | 0.41 |
| Hex | 44 | 94 | 3D | 36 | 0 | 3B | 2A | 73 | 2A | 29 |
| Octal | 104 | 224 | 75 | 66 | 0 | 73 | 52 | 163 | 52 | 51 |
| Binary | 1000100 | 10010100 | 111101 | 110110 | 0 | 111011 | 101010 | 1110011 | 101010 | 101001 |
Color Harmonies of #44943D
Complementary color
Monochromatic Colors of #44943D
Black with #44943D
Text Example
Text Example
White with #44943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44943D; }
p { color: rgb(68,148,61); }
H1.HeaderClassName
{
color: #44943D;
}
.AnyTagClassName
{
color: #44943D;
}
</style>
background-color css
<style>
a { background-color: #44943D; }
a { background-color: rgb(68,148,61); }
div.DivClassName
{
background-color: #44943D;
}
.BgClassName
{
background-color: #44943D;
}
</style>
border-color css
<style>
span { border-color: #44943D; }
span { border-color: rgb(68,148,61); }
td.TdClassName
{
border-color: #44943D;
}
.TagClassName
{
border-color: #44943D;
}
</style>