Shades of La Palma #408A15
Tints of La Palma #408A15
RGB
CMYK
RGB Variations
Color information
#408A15 (or 0x408A15) is known color: La Palma. HEX triplet: 40, 8A and 15. RGB value is (64,138,21). Sum of RGB (Red+Green+Blue) = 64+138+21=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 138 (54.30% from 255 or 61.88% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 138 - color contains mainly: green. Hex color #408A15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408A15 is #BF75EA. Grayscale: #666666. Windows color (decimal): -12547563 or 1411648. OLE color: 1411648.
HSL color Cylindrical-coordinate representation of color #408A15: hue angle of 97.95º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #408A15 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 21 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.46 |
| HSL | 97.95º | 0.74% | 0.31% | - |
| HSV(B) | 97.95º | 0.85% | 0.54% | - |
| XYZ | 11.34 | 19.32 | 3.84 | - |
| YUV | 102.54 | 81.98 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 21 | 0.54 | 0 | 0.85 | 0.46 | 97.95 | 0.74 | 0.31 |
| Hex | 40 | 8A | 15 | 36 | 0 | 55 | 2E | 62 | 4A | 1F |
| Octal | 100 | 212 | 25 | 66 | 0 | 125 | 56 | 142 | 112 | 37 |
| Binary | 1000000 | 10001010 | 10101 | 110110 | 0 | 1010101 | 101110 | 1100010 | 1001010 | 11111 |
Color Harmonies of #408A15
Complementary color
Monochromatic Colors of #408A15
Black with #408A15
Text Example
Text Example
White with #408A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A15; }
p { color: rgb(64,138,21); }
H1.HeaderClassName
{
color: #408A15;
}
.AnyTagClassName
{
color: #408A15;
}
</style>
background-color css
<style>
a { background-color: #408A15; }
a { background-color: rgb(64,138,21); }
div.DivClassName
{
background-color: #408A15;
}
.BgClassName
{
background-color: #408A15;
}
</style>
border-color css
<style>
span { border-color: #408A15; }
span { border-color: rgb(64,138,21); }
td.TdClassName
{
border-color: #408A15;
}
.TagClassName
{
border-color: #408A15;
}
</style>