Shades of La Palma #408A16
Tints of La Palma #408A16
RGB
CMYK
RGB Variations
Color information
#408A16 (or 0x408A16) is known color: La Palma. HEX triplet: 40, 8A and 16. RGB value is (64,138,22). Sum of RGB (Red+Green+Blue) = 64+138+22=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 138 (54.30% from 255 or 61.61% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 138 - color contains mainly: green. Hex color #408A16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #408A16 is #BF75E9. Grayscale: #676767. Windows color (decimal): -12547562 or 1477184. OLE color: 1477184.
HSL color Cylindrical-coordinate representation of color #408A16: hue angle of 98.28º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #408A16 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 22 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.46 |
| HSL | 98.28º | 0.73% | 0.31% | - |
| HSV(B) | 98.28º | 0.84% | 0.54% | - |
| XYZ | 11.35 | 19.32 | 3.89 | - |
| YUV | 102.65 | 82.48 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 22 | 0.54 | 0 | 0.84 | 0.46 | 98.28 | 0.73 | 0.31 |
| Hex | 40 | 8A | 16 | 36 | 0 | 54 | 2E | 62 | 48 | 1F |
| Octal | 100 | 212 | 26 | 66 | 0 | 124 | 56 | 142 | 110 | 37 |
| Binary | 1000000 | 10001010 | 10110 | 110110 | 0 | 1010100 | 101110 | 1100010 | 1001000 | 11111 |
Color Harmonies of #408A16
Complementary color
Monochromatic Colors of #408A16
Black with #408A16
Text Example
Text Example
White with #408A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A16; }
p { color: rgb(64,138,22); }
H1.HeaderClassName
{
color: #408A16;
}
.AnyTagClassName
{
color: #408A16;
}
</style>
background-color css
<style>
a { background-color: #408A16; }
a { background-color: rgb(64,138,22); }
div.DivClassName
{
background-color: #408A16;
}
.BgClassName
{
background-color: #408A16;
}
</style>
border-color css
<style>
span { border-color: #408A16; }
span { border-color: rgb(64,138,22); }
td.TdClassName
{
border-color: #408A16;
}
.TagClassName
{
border-color: #408A16;
}
</style>