Shades of La Palma #468D16
Tints of La Palma #468D16
RGB
CMYK
RGB Variations
Color information
#468D16 (or 0x468D16) is known color: La Palma. HEX triplet: 46, 8D and 16. RGB value is (70,141,22). Sum of RGB (Red+Green+Blue) = 70+141+22=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 141 (55.47% from 255 or 60.52% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 141 - color contains mainly: green. Hex color #468D16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468D16 is #B972E9. Grayscale: #6A6A6A. Windows color (decimal): -12153578 or 1477958. OLE color: 1477958.
HSL color Cylindrical-coordinate representation of color #468D16: hue angle of 95.8º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #468D16 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 141 | 22 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.45 |
| HSL | 95.8º | 0.73% | 0.32% | - |
| HSV(B) | 95.8º | 0.84% | 0.55% | - |
| XYZ | 12.2 | 20.41 | 4.06 | - |
| YUV | 106.21 | 80.48 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 22 | 0.50 | 0 | 0.84 | 0.45 | 95.8 | 0.73 | 0.32 |
| Hex | 46 | 8D | 16 | 32 | 0 | 54 | 2D | 60 | 49 | 20 |
| Octal | 106 | 215 | 26 | 62 | 0 | 124 | 55 | 140 | 111 | 40 |
| Binary | 1000110 | 10001101 | 10110 | 110010 | 0 | 1010100 | 101101 | 1100000 | 1001001 | 100000 |
Color Harmonies of #468D16
Complementary color
Monochromatic Colors of #468D16
Black with #468D16
Text Example
Text Example
White with #468D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468D16; }
p { color: rgb(70,141,22); }
H1.HeaderClassName
{
color: #468D16;
}
.AnyTagClassName
{
color: #468D16;
}
</style>
background-color css
<style>
a { background-color: #468D16; }
a { background-color: rgb(70,141,22); }
div.DivClassName
{
background-color: #468D16;
}
.BgClassName
{
background-color: #468D16;
}
</style>
border-color css
<style>
span { border-color: #468D16; }
span { border-color: rgb(70,141,22); }
td.TdClassName
{
border-color: #468D16;
}
.TagClassName
{
border-color: #468D16;
}
</style>