Shades of La Palma #408B0F
Tints of La Palma #408B0F
RGB
CMYK
RGB Variations
Color information
#408B0F (or 0x408B0F) is known color: La Palma. HEX triplet: 40, 8B and 0F. RGB value is (64,139,15). Sum of RGB (Red+Green+Blue) = 64+139+15=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 139 (54.69% from 255 or 63.76% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 139 - color contains mainly: green. Hex color #408B0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408B0F is #BF74F0. Grayscale: #666666. Windows color (decimal): -12547313 or 1018688. OLE color: 1018688.
HSL color Cylindrical-coordinate representation of color #408B0F: hue angle of 96.29º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #408B0F is Cyan = 0.54, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 15 | - |
| CMYK | 0.54 | 0 | 0.89 | 0.45 |
| HSL | 96.29º | 0.81% | 0.3% | - |
| HSV(B) | 96.29º | 0.89% | 0.55% | - |
| XYZ | 11.43 | 19.59 | 3.63 | - |
| YUV | 102.44 | 78.65 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 15 | 0.54 | 0 | 0.89 | 0.45 | 96.29 | 0.81 | 0.3 |
| Hex | 40 | 8B | F | 36 | 0 | 59 | 2D | 60 | 51 | 1E |
| Octal | 100 | 213 | 17 | 66 | 0 | 131 | 55 | 140 | 121 | 36 |
| Binary | 1000000 | 10001011 | 1111 | 110110 | 0 | 1011001 | 101101 | 1100000 | 1010001 | 11110 |
Color Harmonies of #408B0F
Complementary color
Monochromatic Colors of #408B0F
Black with #408B0F
Text Example
Text Example
White with #408B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B0F; }
p { color: rgb(64,139,15); }
H1.HeaderClassName
{
color: #408B0F;
}
.AnyTagClassName
{
color: #408B0F;
}
</style>
background-color css
<style>
a { background-color: #408B0F; }
a { background-color: rgb(64,139,15); }
div.DivClassName
{
background-color: #408B0F;
}
.BgClassName
{
background-color: #408B0F;
}
</style>
border-color css
<style>
span { border-color: #408B0F; }
span { border-color: rgb(64,139,15); }
td.TdClassName
{
border-color: #408B0F;
}
.TagClassName
{
border-color: #408B0F;
}
</style>