Shades of La Palma #408E15
Tints of La Palma #408E15
RGB
CMYK
RGB Variations
Color information
#408E15 (or 0x408E15) is known color: La Palma. HEX triplet: 40, 8E and 15. RGB value is (64,142,21). Sum of RGB (Red+Green+Blue) = 64+142+21=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 142 (55.86% from 255 or 62.56% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 142 - color contains mainly: green. Hex color #408E15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408E15 is #BF71EA. Grayscale: #696969. Windows color (decimal): -12546539 or 1412672. OLE color: 1412672.
HSL color Cylindrical-coordinate representation of color #408E15: hue angle of 98.68º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #408E15 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 142 | 21 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.44 |
| HSL | 98.68º | 0.74% | 0.32% | - |
| HSV(B) | 98.68º | 0.85% | 0.56% | - |
| XYZ | 11.92 | 20.49 | 4.04 | - |
| YUV | 104.88 | 80.66 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 21 | 0.55 | 0 | 0.85 | 0.44 | 98.68 | 0.74 | 0.32 |
| Hex | 40 | 8E | 15 | 37 | 0 | 55 | 2C | 63 | 4A | 20 |
| Octal | 100 | 216 | 25 | 67 | 0 | 125 | 54 | 143 | 112 | 40 |
| Binary | 1000000 | 10001110 | 10101 | 110111 | 0 | 1010101 | 101100 | 1100011 | 1001010 | 100000 |
Color Harmonies of #408E15
Complementary color
Monochromatic Colors of #408E15
Black with #408E15
Text Example
Text Example
White with #408E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408E15; }
p { color: rgb(64,142,21); }
H1.HeaderClassName
{
color: #408E15;
}
.AnyTagClassName
{
color: #408E15;
}
</style>
background-color css
<style>
a { background-color: #408E15; }
a { background-color: rgb(64,142,21); }
div.DivClassName
{
background-color: #408E15;
}
.BgClassName
{
background-color: #408E15;
}
</style>
border-color css
<style>
span { border-color: #408E15; }
span { border-color: rgb(64,142,21); }
td.TdClassName
{
border-color: #408E15;
}
.TagClassName
{
border-color: #408E15;
}
</style>