Shades of La Palma #408E34
Tints of La Palma #408E34
RGB
CMYK
RGB Variations
Color information
#408E34 (or 0x408E34) is known color: La Palma. HEX triplet: 40, 8E and 34. RGB value is (64,142,52). Sum of RGB (Red+Green+Blue) = 64+142+52=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 142 (55.86% from 255 or 55.04% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 142 - color contains mainly: green. Hex color #408E34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408E34 is #BF71CB. Grayscale: #6C6C6C. Windows color (decimal): -12546508 or 3444288. OLE color: 3444288.
HSL color Cylindrical-coordinate representation of color #408E34: hue angle of 112º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #408E34 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 142 | 52 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.44 |
| HSL | 112º | 0.46% | 0.38% | - |
| HSV(B) | 112º | 0.63% | 0.56% | - |
| XYZ | 12.41 | 20.68 | 6.59 | - |
| YUV | 108.42 | 96.16 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 52 | 0.55 | 0 | 0.63 | 0.44 | 112 | 0.46 | 0.38 |
| Hex | 40 | 8E | 34 | 37 | 0 | 3F | 2C | 70 | 2E | 26 |
| Octal | 100 | 216 | 64 | 67 | 0 | 77 | 54 | 160 | 56 | 46 |
| Binary | 1000000 | 10001110 | 110100 | 110111 | 0 | 111111 | 101100 | 1110000 | 101110 | 100110 |
Color Harmonies of #408E34
Complementary color
Monochromatic Colors of #408E34
Black with #408E34
Text Example
Text Example
White with #408E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408E34; }
p { color: rgb(64,142,52); }
H1.HeaderClassName
{
color: #408E34;
}
.AnyTagClassName
{
color: #408E34;
}
</style>
background-color css
<style>
a { background-color: #408E34; }
a { background-color: rgb(64,142,52); }
div.DivClassName
{
background-color: #408E34;
}
.BgClassName
{
background-color: #408E34;
}
</style>
border-color css
<style>
span { border-color: #408E34; }
span { border-color: rgb(64,142,52); }
td.TdClassName
{
border-color: #408E34;
}
.TagClassName
{
border-color: #408E34;
}
</style>