Shades of La Palma #44A224
Tints of La Palma #44A224
RGB
CMYK
RGB Variations
Color information
#44A224 (or 0x44A224) is known color: La Palma. HEX triplet: 44, A2 and 24. RGB value is (68,162,36). Sum of RGB (Red+Green+Blue) = 68+162+36=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #44A224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A224 is #BB5DDB. Grayscale: #777777. Windows color (decimal): -12279260 or 2400836. OLE color: 2400836.
HSL color Cylindrical-coordinate representation of color #44A224: hue angle of 104.76º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44A224 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 162 | 36 | - |
| CMYK | 0.58 | 0 | 0.78 | 0.36 |
| HSL | 104.76º | 0.64% | 0.39% | - |
| HSV(B) | 104.76º | 0.78% | 0.64% | - |
| XYZ | 15.62 | 27.2 | 6.1 | - |
| YUV | 119.53 | 80.86 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 162 | 36 | 0.58 | 0 | 0.78 | 0.36 | 104.76 | 0.64 | 0.39 |
| Hex | 44 | A2 | 24 | 3A | 0 | 4E | 24 | 69 | 40 | 27 |
| Octal | 104 | 242 | 44 | 72 | 0 | 116 | 44 | 151 | 100 | 47 |
| Binary | 1000100 | 10100010 | 100100 | 111010 | 0 | 1001110 | 100100 | 1101001 | 1000000 | 100111 |
Color Harmonies of #44A224
Complementary color
Monochromatic Colors of #44A224
Black with #44A224
Text Example
Text Example
White with #44A224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A224; }
p { color: rgb(68,162,36); }
H1.HeaderClassName
{
color: #44A224;
}
.AnyTagClassName
{
color: #44A224;
}
</style>
background-color css
<style>
a { background-color: #44A224; }
a { background-color: rgb(68,162,36); }
div.DivClassName
{
background-color: #44A224;
}
.BgClassName
{
background-color: #44A224;
}
</style>
border-color css
<style>
span { border-color: #44A224; }
span { border-color: rgb(68,162,36); }
td.TdClassName
{
border-color: #44A224;
}
.TagClassName
{
border-color: #44A224;
}
</style>