Shades of La Palma #409314
Tints of La Palma #409314
RGB
CMYK
RGB Variations
Color information
#409314 (or 0x409314) is known color: La Palma. HEX triplet: 40, 93 and 14. RGB value is (64,147,20). Sum of RGB (Red+Green+Blue) = 64+147+20=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 147 (57.81% from 255 or 63.64% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 147 - color contains mainly: green. Hex color #409314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409314 is #BF6CEB. Grayscale: #6C6C6C. Windows color (decimal): -12545260 or 1348416. OLE color: 1348416.
HSL color Cylindrical-coordinate representation of color #409314: hue angle of 99.21º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #409314 is Cyan = 0.56, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 20 | - |
| CMYK | 0.56 | 0 | 0.86 | 0.42 |
| HSL | 99.21º | 0.76% | 0.33% | - |
| HSV(B) | 99.21º | 0.86% | 0.58% | - |
| XYZ | 12.67 | 22.01 | 4.24 | - |
| YUV | 107.71 | 78.5 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 20 | 0.56 | 0 | 0.86 | 0.42 | 99.21 | 0.76 | 0.33 |
| Hex | 40 | 93 | 14 | 38 | 0 | 56 | 2A | 63 | 4C | 21 |
| Octal | 100 | 223 | 24 | 70 | 0 | 126 | 52 | 143 | 114 | 41 |
| Binary | 1000000 | 10010011 | 10100 | 111000 | 0 | 1010110 | 101010 | 1100011 | 1001100 | 100001 |
Color Harmonies of #409314
Complementary color
Monochromatic Colors of #409314
Black with #409314
Text Example
Text Example
White with #409314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409314; }
p { color: rgb(64,147,20); }
H1.HeaderClassName
{
color: #409314;
}
.AnyTagClassName
{
color: #409314;
}
</style>
background-color css
<style>
a { background-color: #409314; }
a { background-color: rgb(64,147,20); }
div.DivClassName
{
background-color: #409314;
}
.BgClassName
{
background-color: #409314;
}
</style>
border-color css
<style>
span { border-color: #409314; }
span { border-color: rgb(64,147,20); }
td.TdClassName
{
border-color: #409314;
}
.TagClassName
{
border-color: #409314;
}
</style>