Shades of La Palma #408D17
Tints of La Palma #408D17
RGB
CMYK
RGB Variations
Color information
#408D17 (or 0x408D17) is known color: La Palma. HEX triplet: 40, 8D and 17. RGB value is (64,141,23). Sum of RGB (Red+Green+Blue) = 64+141+23=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 141 (55.47% from 255 or 61.84% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 141 - color contains mainly: green. Hex color #408D17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408D17 is #BF72E8. Grayscale: #686868. Windows color (decimal): -12546793 or 1543488. OLE color: 1543488.
HSL color Cylindrical-coordinate representation of color #408D17: hue angle of 99.15º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #408D17 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 141 | 23 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.45 |
| HSL | 99.15º | 0.72% | 0.32% | - |
| HSV(B) | 99.15º | 0.84% | 0.55% | - |
| XYZ | 11.79 | 20.2 | 4.09 | - |
| YUV | 104.53 | 81.99 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 23 | 0.55 | 0 | 0.84 | 0.45 | 99.15 | 0.72 | 0.32 |
| Hex | 40 | 8D | 17 | 37 | 0 | 54 | 2D | 63 | 48 | 20 |
| Octal | 100 | 215 | 27 | 67 | 0 | 124 | 55 | 143 | 110 | 40 |
| Binary | 1000000 | 10001101 | 10111 | 110111 | 0 | 1010100 | 101101 | 1100011 | 1001000 | 100000 |
Color Harmonies of #408D17
Complementary color
Monochromatic Colors of #408D17
Black with #408D17
Text Example
Text Example
White with #408D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408D17; }
p { color: rgb(64,141,23); }
H1.HeaderClassName
{
color: #408D17;
}
.AnyTagClassName
{
color: #408D17;
}
</style>
background-color css
<style>
a { background-color: #408D17; }
a { background-color: rgb(64,141,23); }
div.DivClassName
{
background-color: #408D17;
}
.BgClassName
{
background-color: #408D17;
}
</style>
border-color css
<style>
span { border-color: #408D17; }
span { border-color: rgb(64,141,23); }
td.TdClassName
{
border-color: #408D17;
}
.TagClassName
{
border-color: #408D17;
}
</style>