Shades of La Palma #448E11
Tints of La Palma #448E11
RGB
CMYK
RGB Variations
Color information
#448E11 (or 0x448E11) is known color: La Palma. HEX triplet: 44, 8E and 11. RGB value is (68,142,17). Sum of RGB (Red+Green+Blue) = 68+142+17=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 142 (55.86% from 255 or 62.56% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 142 - color contains mainly: green. Hex color #448E11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448E11 is #BB71EE. Grayscale: #6A6A6A. Windows color (decimal): -12284399 or 1150532. OLE color: 1150532.
HSL color Cylindrical-coordinate representation of color #448E11: hue angle of 95.52º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #448E11 is Cyan = 0.52, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 142 | 17 | - |
| CMYK | 0.52 | 0 | 0.88 | 0.44 |
| HSL | 95.52º | 0.79% | 0.31% | - |
| HSV(B) | 95.52º | 0.88% | 0.56% | - |
| XYZ | 12.16 | 20.62 | 3.87 | - |
| YUV | 105.62 | 77.98 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 17 | 0.52 | 0 | 0.88 | 0.44 | 95.52 | 0.79 | 0.31 |
| Hex | 44 | 8E | 11 | 34 | 0 | 58 | 2C | 60 | 4F | 1F |
| Octal | 104 | 216 | 21 | 64 | 0 | 130 | 54 | 140 | 117 | 37 |
| Binary | 1000100 | 10001110 | 10001 | 110100 | 0 | 1011000 | 101100 | 1100000 | 1001111 | 11111 |
Color Harmonies of #448E11
Complementary color
Monochromatic Colors of #448E11
Black with #448E11
Text Example
Text Example
White with #448E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448E11; }
p { color: rgb(68,142,17); }
H1.HeaderClassName
{
color: #448E11;
}
.AnyTagClassName
{
color: #448E11;
}
</style>
background-color css
<style>
a { background-color: #448E11; }
a { background-color: rgb(68,142,17); }
div.DivClassName
{
background-color: #448E11;
}
.BgClassName
{
background-color: #448E11;
}
</style>
border-color css
<style>
span { border-color: #448E11; }
span { border-color: rgb(68,142,17); }
td.TdClassName
{
border-color: #448E11;
}
.TagClassName
{
border-color: #448E11;
}
</style>