Shades of La Palma #408E2C
Tints of La Palma #408E2C
RGB
CMYK
RGB Variations
Color information
#408E2C (or 0x408E2C) is known color: La Palma. HEX triplet: 40, 8E and 2C. RGB value is (64,142,44). Sum of RGB (Red+Green+Blue) = 64+142+44=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 142 (55.86% from 255 or 56.8% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 142 - color contains mainly: green. Hex color #408E2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408E2C is #BF71D3. Grayscale: #6B6B6B. Windows color (decimal): -12546516 or 2920000. OLE color: 2920000.
HSL color Cylindrical-coordinate representation of color #408E2C: hue angle of 107.76º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #408E2C is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 142 | 44 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.44 |
| HSL | 107.76º | 0.53% | 0.36% | - |
| HSV(B) | 107.76º | 0.69% | 0.56% | - |
| XYZ | 12.24 | 20.62 | 5.72 | - |
| YUV | 107.51 | 92.16 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 44 | 0.55 | 0 | 0.69 | 0.44 | 107.76 | 0.53 | 0.36 |
| Hex | 40 | 8E | 2C | 37 | 0 | 45 | 2C | 6C | 35 | 24 |
| Octal | 100 | 216 | 54 | 67 | 0 | 105 | 54 | 154 | 65 | 44 |
| Binary | 1000000 | 10001110 | 101100 | 110111 | 0 | 1000101 | 101100 | 1101100 | 110101 | 100100 |
Color Harmonies of #408E2C
Complementary color
Monochromatic Colors of #408E2C
Black with #408E2C
Text Example
Text Example
White with #408E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408E2C; }
p { color: rgb(64,142,44); }
H1.HeaderClassName
{
color: #408E2C;
}
.AnyTagClassName
{
color: #408E2C;
}
</style>
background-color css
<style>
a { background-color: #408E2C; }
a { background-color: rgb(64,142,44); }
div.DivClassName
{
background-color: #408E2C;
}
.BgClassName
{
background-color: #408E2C;
}
</style>
border-color css
<style>
span { border-color: #408E2C; }
span { border-color: rgb(64,142,44); }
td.TdClassName
{
border-color: #408E2C;
}
.TagClassName
{
border-color: #408E2C;
}
</style>