Shades of La Palma #448D06
Tints of La Palma #448D06
RGB
CMYK
RGB Variations
Color information
#448D06 (or 0x448D06) is known color: La Palma. HEX triplet: 44, 8D and 06. RGB value is (68,141,6). Sum of RGB (Red+Green+Blue) = 68+141+6=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 141 (55.47% from 255 or 65.58% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 141 - color contains mainly: green. Hex color #448D06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448D06 is #BB72F9. Grayscale: #686868. Windows color (decimal): -12284666 or 429380. OLE color: 429380.
HSL color Cylindrical-coordinate representation of color #448D06: hue angle of 92.44º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #448D06 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 141 | 6 | - |
| CMYK | 0.52 | 0 | 0.96 | 0.45 |
| HSL | 92.44º | 0.92% | 0.29% | - |
| HSV(B) | 92.44º | 0.96% | 0.55% | - |
| XYZ | 11.94 | 20.29 | 3.46 | - |
| YUV | 103.78 | 72.82 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 6 | 0.52 | 0 | 0.96 | 0.45 | 92.44 | 0.92 | 0.29 |
| Hex | 44 | 8D | 6 | 34 | 0 | 60 | 2D | 5C | 5C | 1D |
| Octal | 104 | 215 | 6 | 64 | 0 | 140 | 55 | 134 | 134 | 35 |
| Binary | 1000100 | 10001101 | 110 | 110100 | 0 | 1100000 | 101101 | 1011100 | 1011100 | 11101 |
Color Harmonies of #448D06
Complementary color
Monochromatic Colors of #448D06
Black with #448D06
Text Example
Text Example
White with #448D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448D06; }
p { color: rgb(68,141,6); }
H1.HeaderClassName
{
color: #448D06;
}
.AnyTagClassName
{
color: #448D06;
}
</style>
background-color css
<style>
a { background-color: #448D06; }
a { background-color: rgb(68,141,6); }
div.DivClassName
{
background-color: #448D06;
}
.BgClassName
{
background-color: #448D06;
}
</style>
border-color css
<style>
span { border-color: #448D06; }
span { border-color: rgb(68,141,6); }
td.TdClassName
{
border-color: #448D06;
}
.TagClassName
{
border-color: #448D06;
}
</style>