Shades of La Palma #408B2B
Tints of La Palma #408B2B
RGB
CMYK
RGB Variations
Color information
#408B2B (or 0x408B2B) is known color: La Palma. HEX triplet: 40, 8B and 2B. RGB value is (64,139,43). Sum of RGB (Red+Green+Blue) = 64+139+43=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #408B2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408B2B is #BF74D4. Grayscale: #696969. Windows color (decimal): -12547285 or 2853696. OLE color: 2853696.
HSL color Cylindrical-coordinate representation of color #408B2B: hue angle of 106.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #408B2B is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 43 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.45 |
| HSL | 106.88º | 0.53% | 0.36% | - |
| HSV(B) | 106.88º | 0.69% | 0.55% | - |
| XYZ | 11.78 | 19.73 | 5.47 | - |
| YUV | 105.63 | 92.65 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 43 | 0.54 | 0 | 0.69 | 0.45 | 106.88 | 0.53 | 0.36 |
| Hex | 40 | 8B | 2B | 36 | 0 | 45 | 2D | 6B | 35 | 24 |
| Octal | 100 | 213 | 53 | 66 | 0 | 105 | 55 | 153 | 65 | 44 |
| Binary | 1000000 | 10001011 | 101011 | 110110 | 0 | 1000101 | 101101 | 1101011 | 110101 | 100100 |
Color Harmonies of #408B2B
Complementary color
Monochromatic Colors of #408B2B
Black with #408B2B
Text Example
Text Example
White with #408B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B2B; }
p { color: rgb(64,139,43); }
H1.HeaderClassName
{
color: #408B2B;
}
.AnyTagClassName
{
color: #408B2B;
}
</style>
background-color css
<style>
a { background-color: #408B2B; }
a { background-color: rgb(64,139,43); }
div.DivClassName
{
background-color: #408B2B;
}
.BgClassName
{
background-color: #408B2B;
}
</style>
border-color css
<style>
span { border-color: #408B2B; }
span { border-color: rgb(64,139,43); }
td.TdClassName
{
border-color: #408B2B;
}
.TagClassName
{
border-color: #408B2B;
}
</style>