Shades of La Palma #408E09
Tints of La Palma #408E09
RGB
CMYK
RGB Variations
Color information
#408E09 (or 0x408E09) is known color: La Palma. HEX triplet: 40, 8E and 09. RGB value is (64,142,9). Sum of RGB (Red+Green+Blue) = 64+142+9=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 142 (55.86% from 255 or 66.05% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 142 - color contains mainly: green. Hex color #408E09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408E09 is #BF71F6. Grayscale: #676767. Windows color (decimal): -12546551 or 626240. OLE color: 626240.
HSL color Cylindrical-coordinate representation of color #408E09: hue angle of 95.19º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #408E09 is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 142 | 9 | - |
| CMYK | 0.55 | 0 | 0.94 | 0.44 |
| HSL | 95.19º | 0.88% | 0.3% | - |
| HSV(B) | 95.19º | 0.94% | 0.56% | - |
| XYZ | 11.84 | 20.46 | 3.58 | - |
| YUV | 103.52 | 74.66 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 9 | 0.55 | 0 | 0.94 | 0.44 | 95.19 | 0.88 | 0.3 |
| Hex | 40 | 8E | 9 | 37 | 0 | 5E | 2C | 5F | 58 | 1E |
| Octal | 100 | 216 | 11 | 67 | 0 | 136 | 54 | 137 | 130 | 36 |
| Binary | 1000000 | 10001110 | 1001 | 110111 | 0 | 1011110 | 101100 | 1011111 | 1011000 | 11110 |
Color Harmonies of #408E09
Complementary color
Monochromatic Colors of #408E09
Black with #408E09
Text Example
Text Example
White with #408E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408E09; }
p { color: rgb(64,142,9); }
H1.HeaderClassName
{
color: #408E09;
}
.AnyTagClassName
{
color: #408E09;
}
</style>
background-color css
<style>
a { background-color: #408E09; }
a { background-color: rgb(64,142,9); }
div.DivClassName
{
background-color: #408E09;
}
.BgClassName
{
background-color: #408E09;
}
</style>
border-color css
<style>
span { border-color: #408E09; }
span { border-color: rgb(64,142,9); }
td.TdClassName
{
border-color: #408E09;
}
.TagClassName
{
border-color: #408E09;
}
</style>