Shades of La Palma #409D14
Tints of La Palma #409D14
RGB
CMYK
RGB Variations
Color information
#409D14 (or 0x409D14) is known color: La Palma. HEX triplet: 40, 9D and 14. RGB value is (64,157,20). Sum of RGB (Red+Green+Blue) = 64+157+20=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 157 (61.72% from 255 or 65.15% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 157 - color contains mainly: green. Hex color #409D14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409D14 is #BF62EB. Grayscale: #727272. Windows color (decimal): -12542700 or 1350976. OLE color: 1350976.
HSL color Cylindrical-coordinate representation of color #409D14: hue angle of 100.73º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #409D14 is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 157 | 20 | - |
| CMYK | 0.59 | 0 | 0.87 | 0.38 |
| HSL | 100.73º | 0.77% | 0.35% | - |
| HSV(B) | 100.73º | 0.87% | 0.62% | - |
| XYZ | 14.3 | 25.25 | 4.78 | - |
| YUV | 113.58 | 75.19 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 20 | 0.59 | 0 | 0.87 | 0.38 | 100.73 | 0.77 | 0.35 |
| Hex | 40 | 9D | 14 | 3B | 0 | 57 | 26 | 65 | 4D | 23 |
| Octal | 100 | 235 | 24 | 73 | 0 | 127 | 46 | 145 | 115 | 43 |
| Binary | 1000000 | 10011101 | 10100 | 111011 | 0 | 1010111 | 100110 | 1100101 | 1001101 | 100011 |
Color Harmonies of #409D14
Complementary color
Monochromatic Colors of #409D14
Black with #409D14
Text Example
Text Example
White with #409D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409D14; }
p { color: rgb(64,157,20); }
H1.HeaderClassName
{
color: #409D14;
}
.AnyTagClassName
{
color: #409D14;
}
</style>
background-color css
<style>
a { background-color: #409D14; }
a { background-color: rgb(64,157,20); }
div.DivClassName
{
background-color: #409D14;
}
.BgClassName
{
background-color: #409D14;
}
</style>
border-color css
<style>
span { border-color: #409D14; }
span { border-color: rgb(64,157,20); }
td.TdClassName
{
border-color: #409D14;
}
.TagClassName
{
border-color: #409D14;
}
</style>