Shades of La Palma #408D24
Tints of La Palma #408D24
RGB
CMYK
RGB Variations
Color information
#408D24 (or 0x408D24) is known color: La Palma. HEX triplet: 40, 8D and 24. RGB value is (64,141,36). Sum of RGB (Red+Green+Blue) = 64+141+36=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #408D24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408D24 is #BF72DB. Grayscale: #6A6A6A. Windows color (decimal): -12546780 or 2395456. OLE color: 2395456.
HSL color Cylindrical-coordinate representation of color #408D24: hue angle of 104º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #408D24 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 141 | 36 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.45 |
| HSL | 104º | 0.59% | 0.35% | - |
| HSV(B) | 104º | 0.74% | 0.55% | - |
| XYZ | 11.96 | 20.27 | 4.95 | - |
| YUV | 106.01 | 88.49 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 36 | 0.55 | 0 | 0.74 | 0.45 | 104 | 0.59 | 0.35 |
| Hex | 40 | 8D | 24 | 37 | 0 | 4A | 2D | 68 | 3B | 23 |
| Octal | 100 | 215 | 44 | 67 | 0 | 112 | 55 | 150 | 73 | 43 |
| Binary | 1000000 | 10001101 | 100100 | 110111 | 0 | 1001010 | 101101 | 1101000 | 111011 | 100011 |
Color Harmonies of #408D24
Complementary color
Monochromatic Colors of #408D24
Black with #408D24
Text Example
Text Example
White with #408D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408D24; }
p { color: rgb(64,141,36); }
H1.HeaderClassName
{
color: #408D24;
}
.AnyTagClassName
{
color: #408D24;
}
</style>
background-color css
<style>
a { background-color: #408D24; }
a { background-color: rgb(64,141,36); }
div.DivClassName
{
background-color: #408D24;
}
.BgClassName
{
background-color: #408D24;
}
</style>
border-color css
<style>
span { border-color: #408D24; }
span { border-color: rgb(64,141,36); }
td.TdClassName
{
border-color: #408D24;
}
.TagClassName
{
border-color: #408D24;
}
</style>