Shades of La Palma #409114
Tints of La Palma #409114
RGB
CMYK
RGB Variations
Color information
#409114 (or 0x409114) is known color: La Palma. HEX triplet: 40, 91 and 14. RGB value is (64,145,20). Sum of RGB (Red+Green+Blue) = 64+145+20=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 145 (57.03% from 255 or 63.32% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 145 - color contains mainly: green. Hex color #409114 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409114 is #BF6EEB. Grayscale: #6A6A6A. Windows color (decimal): -12545772 or 1347904. OLE color: 1347904.
HSL color Cylindrical-coordinate representation of color #409114: hue angle of 98.88º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #409114 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 20 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.43 |
| HSL | 98.88º | 0.76% | 0.32% | - |
| HSV(B) | 98.88º | 0.86% | 0.57% | - |
| XYZ | 12.37 | 21.39 | 4.14 | - |
| YUV | 106.53 | 79.16 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 20 | 0.56 | 0 | 0.86 | 0.43 | 98.88 | 0.76 | 0.32 |
| Hex | 40 | 91 | 14 | 38 | 0 | 56 | 2B | 63 | 4C | 20 |
| Octal | 100 | 221 | 24 | 70 | 0 | 126 | 53 | 143 | 114 | 40 |
| Binary | 1000000 | 10010001 | 10100 | 111000 | 0 | 1010110 | 101011 | 1100011 | 1001100 | 100000 |
Color Harmonies of #409114
Complementary color
Monochromatic Colors of #409114
Black with #409114
Text Example
Text Example
White with #409114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409114; }
p { color: rgb(64,145,20); }
H1.HeaderClassName
{
color: #409114;
}
.AnyTagClassName
{
color: #409114;
}
</style>
background-color css
<style>
a { background-color: #409114; }
a { background-color: rgb(64,145,20); }
div.DivClassName
{
background-color: #409114;
}
.BgClassName
{
background-color: #409114;
}
</style>
border-color css
<style>
span { border-color: #409114; }
span { border-color: rgb(64,145,20); }
td.TdClassName
{
border-color: #409114;
}
.TagClassName
{
border-color: #409114;
}
</style>