Shades of La Palma #408D2C
Tints of La Palma #408D2C
RGB
CMYK
RGB Variations
Color information
#408D2C (or 0x408D2C) is known color: La Palma. HEX triplet: 40, 8D and 2C. RGB value is (64,141,44). Sum of RGB (Red+Green+Blue) = 64+141+44=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #408D2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408D2C is #BF72D3. Grayscale: #6B6B6B. Windows color (decimal): -12546772 or 2919744. OLE color: 2919744.
HSL color Cylindrical-coordinate representation of color #408D2C: hue angle of 107.63º degrees, saturation: 0.52, 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 #408D2C is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 141 | 44 | - |
| CMYK | 0.55 | 0 | 0.69 | 0.45 |
| HSL | 107.63º | 0.52% | 0.36% | - |
| HSV(B) | 107.63º | 0.69% | 0.55% | - |
| XYZ | 12.09 | 20.32 | 5.67 | - |
| YUV | 106.92 | 92.49 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 44 | 0.55 | 0 | 0.69 | 0.45 | 107.63 | 0.52 | 0.36 |
| Hex | 40 | 8D | 2C | 37 | 0 | 45 | 2D | 6C | 34 | 24 |
| Octal | 100 | 215 | 54 | 67 | 0 | 105 | 55 | 154 | 64 | 44 |
| Binary | 1000000 | 10001101 | 101100 | 110111 | 0 | 1000101 | 101101 | 1101100 | 110100 | 100100 |
Color Harmonies of #408D2C
Complementary color
Monochromatic Colors of #408D2C
Black with #408D2C
Text Example
Text Example
White with #408D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408D2C; }
p { color: rgb(64,141,44); }
H1.HeaderClassName
{
color: #408D2C;
}
.AnyTagClassName
{
color: #408D2C;
}
</style>
background-color css
<style>
a { background-color: #408D2C; }
a { background-color: rgb(64,141,44); }
div.DivClassName
{
background-color: #408D2C;
}
.BgClassName
{
background-color: #408D2C;
}
</style>
border-color css
<style>
span { border-color: #408D2C; }
span { border-color: rgb(64,141,44); }
td.TdClassName
{
border-color: #408D2C;
}
.TagClassName
{
border-color: #408D2C;
}
</style>