Shades of La Palma #408A38
Tints of La Palma #408A38
RGB
CMYK
RGB Variations
Color information
#408A38 (or 0x408A38) is known color: La Palma. HEX triplet: 40, 8A and 38. RGB value is (64,138,56). Sum of RGB (Red+Green+Blue) = 64+138+56=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 138 (54.30% from 255 or 53.49% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 138 - color contains mainly: green. Hex color #408A38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408A38 is #BF75C7. Grayscale: #6A6A6A. Windows color (decimal): -12547528 or 3705408. OLE color: 3705408.
HSL color Cylindrical-coordinate representation of color #408A38: hue angle of 114.15º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #408A38 is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 138 | 56 | - |
| CMYK | 0.54 | 0 | 0.59 | 0.46 |
| HSL | 114.15º | 0.42% | 0.38% | - |
| HSV(B) | 114.15º | 0.59% | 0.54% | - |
| XYZ | 11.92 | 19.55 | 6.89 | - |
| YUV | 106.53 | 99.48 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 56 | 0.54 | 0 | 0.59 | 0.46 | 114.15 | 0.42 | 0.38 |
| Hex | 40 | 8A | 38 | 36 | 0 | 3B | 2E | 72 | 2A | 26 |
| Octal | 100 | 212 | 70 | 66 | 0 | 73 | 56 | 162 | 52 | 46 |
| Binary | 1000000 | 10001010 | 111000 | 110110 | 0 | 111011 | 101110 | 1110010 | 101010 | 100110 |
Color Harmonies of #408A38
Complementary color
Monochromatic Colors of #408A38
Black with #408A38
Text Example
Text Example
White with #408A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408A38; }
p { color: rgb(64,138,56); }
H1.HeaderClassName
{
color: #408A38;
}
.AnyTagClassName
{
color: #408A38;
}
</style>
background-color css
<style>
a { background-color: #408A38; }
a { background-color: rgb(64,138,56); }
div.DivClassName
{
background-color: #408A38;
}
.BgClassName
{
background-color: #408A38;
}
</style>
border-color css
<style>
span { border-color: #408A38; }
span { border-color: rgb(64,138,56); }
td.TdClassName
{
border-color: #408A38;
}
.TagClassName
{
border-color: #408A38;
}
</style>