Shades of La Palma #409E13
Tints of La Palma #409E13
RGB
CMYK
RGB Variations
Color information
#409E13 (or 0x409E13) is known color: La Palma. HEX triplet: 40, 9E and 13. RGB value is (64,158,19). Sum of RGB (Red+Green+Blue) = 64+158+19=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 158 (62.11% from 255 or 65.56% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 158 - color contains mainly: green. Hex color #409E13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409E13 is #BF61EC. Grayscale: #727272. Windows color (decimal): -12542445 or 1285696. OLE color: 1285696.
HSL color Cylindrical-coordinate representation of color #409E13: hue angle of 100.58º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #409E13 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 158 | 19 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.38 |
| HSL | 100.58º | 0.79% | 0.35% | - |
| HSV(B) | 100.58º | 0.88% | 0.62% | - |
| XYZ | 14.46 | 25.59 | 4.79 | - |
| YUV | 114.05 | 74.36 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 19 | 0.59 | 0 | 0.88 | 0.38 | 100.58 | 0.79 | 0.35 |
| Hex | 40 | 9E | 13 | 3B | 0 | 58 | 26 | 65 | 4F | 23 |
| Octal | 100 | 236 | 23 | 73 | 0 | 130 | 46 | 145 | 117 | 43 |
| Binary | 1000000 | 10011110 | 10011 | 111011 | 0 | 1011000 | 100110 | 1100101 | 1001111 | 100011 |
Color Harmonies of #409E13
Complementary color
Monochromatic Colors of #409E13
Black with #409E13
Text Example
Text Example
White with #409E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409E13; }
p { color: rgb(64,158,19); }
H1.HeaderClassName
{
color: #409E13;
}
.AnyTagClassName
{
color: #409E13;
}
</style>
background-color css
<style>
a { background-color: #409E13; }
a { background-color: rgb(64,158,19); }
div.DivClassName
{
background-color: #409E13;
}
.BgClassName
{
background-color: #409E13;
}
</style>
border-color css
<style>
span { border-color: #409E13; }
span { border-color: rgb(64,158,19); }
td.TdClassName
{
border-color: #409E13;
}
.TagClassName
{
border-color: #409E13;
}
</style>