Shades of La Palma #408B10
Tints of La Palma #408B10
RGB
CMYK
RGB Variations
Color information
#408B10 (or 0x408B10) is known color: La Palma. HEX triplet: 40, 8B and 10. RGB value is (64,139,16). Sum of RGB (Red+Green+Blue) = 64+139+16=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 139 (54.69% from 255 or 63.47% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 139 - color contains mainly: green. Hex color #408B10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408B10 is #BF74EF. Grayscale: #666666. Windows color (decimal): -12547312 or 1084224. OLE color: 1084224.
HSL color Cylindrical-coordinate representation of color #408B10: hue angle of 96.59º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #408B10 is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 139 | 16 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.45 |
| HSL | 96.59º | 0.79% | 0.3% | - |
| HSV(B) | 96.59º | 0.88% | 0.55% | - |
| XYZ | 11.44 | 19.59 | 3.67 | - |
| YUV | 102.55 | 79.15 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 16 | 0.54 | 0 | 0.88 | 0.45 | 96.59 | 0.79 | 0.3 |
| Hex | 40 | 8B | 10 | 36 | 0 | 58 | 2D | 61 | 4F | 1E |
| Octal | 100 | 213 | 20 | 66 | 0 | 130 | 55 | 141 | 117 | 36 |
| Binary | 1000000 | 10001011 | 10000 | 110110 | 0 | 1011000 | 101101 | 1100001 | 1001111 | 11110 |
Color Harmonies of #408B10
Complementary color
Monochromatic Colors of #408B10
Black with #408B10
Text Example
Text Example
White with #408B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408B10; }
p { color: rgb(64,139,16); }
H1.HeaderClassName
{
color: #408B10;
}
.AnyTagClassName
{
color: #408B10;
}
</style>
background-color css
<style>
a { background-color: #408B10; }
a { background-color: rgb(64,139,16); }
div.DivClassName
{
background-color: #408B10;
}
.BgClassName
{
background-color: #408B10;
}
</style>
border-color css
<style>
span { border-color: #408B10; }
span { border-color: rgb(64,139,16); }
td.TdClassName
{
border-color: #408B10;
}
.TagClassName
{
border-color: #408B10;
}
</style>