Shades of La Palma #448D09
Tints of La Palma #448D09
RGB
CMYK
RGB Variations
Color information
#448D09 (or 0x448D09) is known color: La Palma. HEX triplet: 44, 8D and 09. RGB value is (68,141,9). Sum of RGB (Red+Green+Blue) = 68+141+9=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 141 (55.47% from 255 or 64.68% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 141 - color contains mainly: green. Hex color #448D09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448D09 is #BB72F6. Grayscale: #686868. Windows color (decimal): -12284663 or 625988. OLE color: 625988.
HSL color Cylindrical-coordinate representation of color #448D09: hue angle of 93.18º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #448D09 is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 141 | 9 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.45 |
| HSL | 93.18º | 0.88% | 0.29% | - |
| HSV(B) | 93.18º | 0.94% | 0.55% | - |
| XYZ | 11.96 | 20.3 | 3.55 | - |
| YUV | 104.13 | 74.32 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 9 | 0.52 | 0 | 0.94 | 0.45 | 93.18 | 0.88 | 0.29 |
| Hex | 44 | 8D | 9 | 34 | 0 | 5E | 2D | 5D | 58 | 1D |
| Octal | 104 | 215 | 11 | 64 | 0 | 136 | 55 | 135 | 130 | 35 |
| Binary | 1000100 | 10001101 | 1001 | 110100 | 0 | 1011110 | 101101 | 1011101 | 1011000 | 11101 |
Color Harmonies of #448D09
Complementary color
Monochromatic Colors of #448D09
Black with #448D09
Text Example
Text Example
White with #448D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448D09; }
p { color: rgb(68,141,9); }
H1.HeaderClassName
{
color: #448D09;
}
.AnyTagClassName
{
color: #448D09;
}
</style>
background-color css
<style>
a { background-color: #448D09; }
a { background-color: rgb(68,141,9); }
div.DivClassName
{
background-color: #448D09;
}
.BgClassName
{
background-color: #448D09;
}
</style>
border-color css
<style>
span { border-color: #448D09; }
span { border-color: rgb(68,141,9); }
td.TdClassName
{
border-color: #448D09;
}
.TagClassName
{
border-color: #448D09;
}
</style>