Shades of La Palma #408E16
Tints of La Palma #408E16
RGB
CMYK
RGB Variations
Color information
#408E16 (or 0x408E16) is known color: La Palma. HEX triplet: 40, 8E and 16. RGB value is (64,142,22). Sum of RGB (Red+Green+Blue) = 64+142+22=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 142 (55.86% from 255 or 62.28% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 142 - color contains mainly: green. Hex color #408E16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408E16 is #BF71E9. Grayscale: #696969. Windows color (decimal): -12546538 or 1478208. OLE color: 1478208.
HSL color Cylindrical-coordinate representation of color #408E16: hue angle of 99º degrees, saturation: 0.73, 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 #408E16 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 142 | 22 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.44 |
| HSL | 99º | 0.73% | 0.32% | - |
| HSV(B) | 99º | 0.85% | 0.56% | - |
| XYZ | 11.93 | 20.49 | 4.09 | - |
| YUV | 105 | 81.16 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 22 | 0.55 | 0 | 0.85 | 0.44 | 99 | 0.73 | 0.32 |
| Hex | 40 | 8E | 16 | 37 | 0 | 55 | 2C | 63 | 49 | 20 |
| Octal | 100 | 216 | 26 | 67 | 0 | 125 | 54 | 143 | 111 | 40 |
| Binary | 1000000 | 10001110 | 10110 | 110111 | 0 | 1010101 | 101100 | 1100011 | 1001001 | 100000 |
Color Harmonies of #408E16
Complementary color
Monochromatic Colors of #408E16
Black with #408E16
Text Example
Text Example
White with #408E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408E16; }
p { color: rgb(64,142,22); }
H1.HeaderClassName
{
color: #408E16;
}
.AnyTagClassName
{
color: #408E16;
}
</style>
background-color css
<style>
a { background-color: #408E16; }
a { background-color: rgb(64,142,22); }
div.DivClassName
{
background-color: #408E16;
}
.BgClassName
{
background-color: #408E16;
}
</style>
border-color css
<style>
span { border-color: #408E16; }
span { border-color: rgb(64,142,22); }
td.TdClassName
{
border-color: #408E16;
}
.TagClassName
{
border-color: #408E16;
}
</style>