Shades of La Palma #409131
Tints of La Palma #409131
RGB
CMYK
RGB Variations
Color information
#409131 (or 0x409131) is known color: La Palma. HEX triplet: 40, 91 and 31. RGB value is (64,145,49). Sum of RGB (Red+Green+Blue) = 64+145+49=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #409131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409131 is #BF6ECE. Grayscale: #6E6E6E. Windows color (decimal): -12545743 or 3248448. OLE color: 3248448.
HSL color Cylindrical-coordinate representation of color #409131: hue angle of 110.62º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #409131 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 49 | - |
| CMYK | 0.56 | 0 | 0.66 | 0.43 |
| HSL | 110.63º | 0.49% | 0.38% | - |
| HSV(B) | 110.63º | 0.66% | 0.57% | - |
| XYZ | 12.79 | 21.56 | 6.39 | - |
| YUV | 109.84 | 93.66 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 49 | 0.56 | 0 | 0.66 | 0.43 | 110.63 | 0.49 | 0.38 |
| Hex | 40 | 91 | 31 | 38 | 0 | 42 | 2B | 6F | 31 | 26 |
| Octal | 100 | 221 | 61 | 70 | 0 | 102 | 53 | 157 | 61 | 46 |
| Binary | 1000000 | 10010001 | 110001 | 111000 | 0 | 1000010 | 101011 | 1101111 | 110001 | 100110 |
Color Harmonies of #409131
Complementary color
Monochromatic Colors of #409131
Black with #409131
Text Example
Text Example
White with #409131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409131; }
p { color: rgb(64,145,49); }
H1.HeaderClassName
{
color: #409131;
}
.AnyTagClassName
{
color: #409131;
}
</style>
background-color css
<style>
a { background-color: #409131; }
a { background-color: rgb(64,145,49); }
div.DivClassName
{
background-color: #409131;
}
.BgClassName
{
background-color: #409131;
}
</style>
border-color css
<style>
span { border-color: #409131; }
span { border-color: rgb(64,145,49); }
td.TdClassName
{
border-color: #409131;
}
.TagClassName
{
border-color: #409131;
}
</style>