Shades of La Palma #409214
Tints of La Palma #409214
RGB
CMYK
RGB Variations
Color information
#409214 (or 0x409214) is known color: La Palma. HEX triplet: 40, 92 and 14. RGB value is (64,146,20). Sum of RGB (Red+Green+Blue) = 64+146+20=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 146 (57.42% from 255 or 63.48% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 146 - color contains mainly: green. Hex color #409214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409214 is #BF6DEB. Grayscale: #6B6B6B. Windows color (decimal): -12545516 or 1348160. OLE color: 1348160.
HSL color Cylindrical-coordinate representation of color #409214: hue angle of 99.05º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #409214 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 146 | 20 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.43 |
| HSL | 99.05º | 0.76% | 0.33% | - |
| HSV(B) | 99.05º | 0.86% | 0.57% | - |
| XYZ | 12.52 | 21.7 | 4.19 | - |
| YUV | 107.12 | 78.83 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 20 | 0.56 | 0 | 0.86 | 0.43 | 99.05 | 0.76 | 0.33 |
| Hex | 40 | 92 | 14 | 38 | 0 | 56 | 2B | 63 | 4C | 21 |
| Octal | 100 | 222 | 24 | 70 | 0 | 126 | 53 | 143 | 114 | 41 |
| Binary | 1000000 | 10010010 | 10100 | 111000 | 0 | 1010110 | 101011 | 1100011 | 1001100 | 100001 |
Color Harmonies of #409214
Complementary color
Monochromatic Colors of #409214
Black with #409214
Text Example
Text Example
White with #409214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409214; }
p { color: rgb(64,146,20); }
H1.HeaderClassName
{
color: #409214;
}
.AnyTagClassName
{
color: #409214;
}
</style>
background-color css
<style>
a { background-color: #409214; }
a { background-color: rgb(64,146,20); }
div.DivClassName
{
background-color: #409214;
}
.BgClassName
{
background-color: #409214;
}
</style>
border-color css
<style>
span { border-color: #409214; }
span { border-color: rgb(64,146,20); }
td.TdClassName
{
border-color: #409214;
}
.TagClassName
{
border-color: #409214;
}
</style>