Shades of La Palma #408B2E
Tints of La Palma #408B2E
RGB
CMYK
RGB Variations
Color information
#408B2E (or 0x408B2E) is known color: La Palma. HEX triplet: 40, 8B and 2E. RGB value is (64,139,46). Sum of RGB (Red+Green+Blue) = 64+139+46=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #408B2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408B2E is #BF74D1. Grayscale: #6A6A6A. Windows color (decimal): -12547282 or 3050304. OLE color: 3050304.
HSL color Cylindrical-coordinate representation of color #408B2E: hue angle of 108.39º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #408B2E is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 46 | - |
| CMYK | 0.54 | 0 | 0.67 | 0.45 |
| HSL | 108.39º | 0.5% | 0.36% | - |
| HSV(B) | 108.39º | 0.67% | 0.55% | - |
| XYZ | 11.84 | 19.75 | 5.77 | - |
| YUV | 105.97 | 94.15 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 46 | 0.54 | 0 | 0.67 | 0.45 | 108.39 | 0.5 | 0.36 |
| Hex | 40 | 8B | 2E | 36 | 0 | 43 | 2D | 6C | 32 | 24 |
| Octal | 100 | 213 | 56 | 66 | 0 | 103 | 55 | 154 | 62 | 44 |
| Binary | 1000000 | 10001011 | 101110 | 110110 | 0 | 1000011 | 101101 | 1101100 | 110010 | 100100 |
Color Harmonies of #408B2E
Complementary color
Monochromatic Colors of #408B2E
Black with #408B2E
Text Example
Text Example
White with #408B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B2E; }
p { color: rgb(64,139,46); }
H1.HeaderClassName
{
color: #408B2E;
}
.AnyTagClassName
{
color: #408B2E;
}
</style>
background-color css
<style>
a { background-color: #408B2E; }
a { background-color: rgb(64,139,46); }
div.DivClassName
{
background-color: #408B2E;
}
.BgClassName
{
background-color: #408B2E;
}
</style>
border-color css
<style>
span { border-color: #408B2E; }
span { border-color: rgb(64,139,46); }
td.TdClassName
{
border-color: #408B2E;
}
.TagClassName
{
border-color: #408B2E;
}
</style>