Shades of La Palma #44A034
Tints of La Palma #44A034
RGB
CMYK
RGB Variations
Color information
#44A034 (or 0x44A034) is known color: La Palma. HEX triplet: 44, A0 and 34. RGB value is (68,160,52). Sum of RGB (Red+Green+Blue) = 68+160+52=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #44A034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A034 is #BB5FCB. Grayscale: #787878. Windows color (decimal): -12279756 or 3448900. OLE color: 3448900.
HSL color Cylindrical-coordinate representation of color #44A034: hue angle of 111.11º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44A034 is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 160 | 52 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.37 |
| HSL | 111.11º | 0.51% | 0.42% | - |
| HSV(B) | 111.11º | 0.68% | 0.63% | - |
| XYZ | 15.57 | 26.62 | 7.57 | - |
| YUV | 120.18 | 89.52 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 160 | 52 | 0.57 | 0 | 0.68 | 0.37 | 111.11 | 0.51 | 0.42 |
| Hex | 44 | A0 | 34 | 39 | 0 | 44 | 25 | 6F | 33 | 2A |
| Octal | 104 | 240 | 64 | 71 | 0 | 104 | 45 | 157 | 63 | 52 |
| Binary | 1000100 | 10100000 | 110100 | 111001 | 0 | 1000100 | 100101 | 1101111 | 110011 | 101010 |
Color Harmonies of #44A034
Complementary color
Monochromatic Colors of #44A034
Black with #44A034
Text Example
Text Example
White with #44A034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A034; }
p { color: rgb(68,160,52); }
H1.HeaderClassName
{
color: #44A034;
}
.AnyTagClassName
{
color: #44A034;
}
</style>
background-color css
<style>
a { background-color: #44A034; }
a { background-color: rgb(68,160,52); }
div.DivClassName
{
background-color: #44A034;
}
.BgClassName
{
background-color: #44A034;
}
</style>
border-color css
<style>
span { border-color: #44A034; }
span { border-color: rgb(68,160,52); }
td.TdClassName
{
border-color: #44A034;
}
.TagClassName
{
border-color: #44A034;
}
</style>