Shades of La Palma #468D17
Tints of La Palma #468D17
RGB
CMYK
RGB Variations
Color information
#468D17 (or 0x468D17) is known color: La Palma. HEX triplet: 46, 8D and 17. RGB value is (70,141,23). Sum of RGB (Red+Green+Blue) = 70+141+23=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 141 (55.47% from 255 or 60.26% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 141 - color contains mainly: green. Hex color #468D17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468D17 is #B972E8. Grayscale: #6A6A6A. Windows color (decimal): -12153577 or 1543494. OLE color: 1543494.
HSL color Cylindrical-coordinate representation of color #468D17: hue angle of 96.1º degrees, saturation: 0.72, 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 #468D17 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 141 | 23 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.45 |
| HSL | 96.1º | 0.72% | 0.32% | - |
| HSV(B) | 96.1º | 0.84% | 0.55% | - |
| XYZ | 12.21 | 20.41 | 4.11 | - |
| YUV | 106.32 | 80.98 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 141 | 23 | 0.50 | 0 | 0.84 | 0.45 | 96.1 | 0.72 | 0.32 |
| Hex | 46 | 8D | 17 | 32 | 0 | 54 | 2D | 60 | 48 | 20 |
| Octal | 106 | 215 | 27 | 62 | 0 | 124 | 55 | 140 | 110 | 40 |
| Binary | 1000110 | 10001101 | 10111 | 110010 | 0 | 1010100 | 101101 | 1100000 | 1001000 | 100000 |
Color Harmonies of #468D17
Complementary color
Monochromatic Colors of #468D17
Black with #468D17
Text Example
Text Example
White with #468D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468D17; }
p { color: rgb(70,141,23); }
H1.HeaderClassName
{
color: #468D17;
}
.AnyTagClassName
{
color: #468D17;
}
</style>
background-color css
<style>
a { background-color: #468D17; }
a { background-color: rgb(70,141,23); }
div.DivClassName
{
background-color: #468D17;
}
.BgClassName
{
background-color: #468D17;
}
</style>
border-color css
<style>
span { border-color: #468D17; }
span { border-color: rgb(70,141,23); }
td.TdClassName
{
border-color: #468D17;
}
.TagClassName
{
border-color: #468D17;
}
</style>