Shades of La Palma #408C2C
Tints of La Palma #408C2C
RGB
CMYK
RGB Variations
Color information
#408C2C (or 0x408C2C) is known color: La Palma. HEX triplet: 40, 8C and 2C. RGB value is (64,140,44). Sum of RGB (Red+Green+Blue) = 64+140+44=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 140 (55.08% from 255 or 56.45% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 140 - color contains mainly: green. Hex color #408C2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408C2C is #BF73D3. Grayscale: #6A6A6A. Windows color (decimal): -12547028 or 2919488. OLE color: 2919488.
HSL color Cylindrical-coordinate representation of color #408C2C: hue angle of 107.5º 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 #408C2C is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 140 | 44 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.45 |
| HSL | 107.5º | 0.52% | 0.36% | - |
| HSV(B) | 107.5º | 0.69% | 0.55% | - |
| XYZ | 11.95 | 20.03 | 5.62 | - |
| YUV | 106.33 | 92.82 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 44 | 0.54 | 0 | 0.69 | 0.45 | 107.5 | 0.52 | 0.36 |
| Hex | 40 | 8C | 2C | 36 | 0 | 45 | 2D | 6C | 34 | 24 |
| Octal | 100 | 214 | 54 | 66 | 0 | 105 | 55 | 154 | 64 | 44 |
| Binary | 1000000 | 10001100 | 101100 | 110110 | 0 | 1000101 | 101101 | 1101100 | 110100 | 100100 |
Color Harmonies of #408C2C
Complementary color
Monochromatic Colors of #408C2C
Black with #408C2C
Text Example
Text Example
White with #408C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C2C; }
p { color: rgb(64,140,44); }
H1.HeaderClassName
{
color: #408C2C;
}
.AnyTagClassName
{
color: #408C2C;
}
</style>
background-color css
<style>
a { background-color: #408C2C; }
a { background-color: rgb(64,140,44); }
div.DivClassName
{
background-color: #408C2C;
}
.BgClassName
{
background-color: #408C2C;
}
</style>
border-color css
<style>
span { border-color: #408C2C; }
span { border-color: rgb(64,140,44); }
td.TdClassName
{
border-color: #408C2C;
}
.TagClassName
{
border-color: #408C2C;
}
</style>