Shades of La Palma #409E32
Tints of La Palma #409E32
RGB
CMYK
RGB Variations
Color information
#409E32 (or 0x409E32) is known color: La Palma. HEX triplet: 40, 9E and 32. RGB value is (64,158,50). Sum of RGB (Red+Green+Blue) = 64+158+50=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 158 (62.11% from 255 or 58.09% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 158 - color contains mainly: green. Hex color #409E32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409E32 is #BF61CD. Grayscale: #757575. Windows color (decimal): -12542414 or 3317312. OLE color: 3317312.
HSL color Cylindrical-coordinate representation of color #409E32: hue angle of 112.22º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #409E32 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 158 | 50 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.38 |
| HSL | 112.22º | 0.52% | 0.41% | - |
| HSV(B) | 112.22º | 0.68% | 0.62% | - |
| XYZ | 14.92 | 25.77 | 7.21 | - |
| YUV | 117.58 | 89.86 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 50 | 0.59 | 0 | 0.68 | 0.38 | 112.22 | 0.52 | 0.41 |
| Hex | 40 | 9E | 32 | 3B | 0 | 44 | 26 | 70 | 34 | 29 |
| Octal | 100 | 236 | 62 | 73 | 0 | 104 | 46 | 160 | 64 | 51 |
| Binary | 1000000 | 10011110 | 110010 | 111011 | 0 | 1000100 | 100110 | 1110000 | 110100 | 101001 |
Color Harmonies of #409E32
Complementary color
Monochromatic Colors of #409E32
Black with #409E32
Text Example
Text Example
White with #409E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409E32; }
p { color: rgb(64,158,50); }
H1.HeaderClassName
{
color: #409E32;
}
.AnyTagClassName
{
color: #409E32;
}
</style>
background-color css
<style>
a { background-color: #409E32; }
a { background-color: rgb(64,158,50); }
div.DivClassName
{
background-color: #409E32;
}
.BgClassName
{
background-color: #409E32;
}
</style>
border-color css
<style>
span { border-color: #409E32; }
span { border-color: rgb(64,158,50); }
td.TdClassName
{
border-color: #409E32;
}
.TagClassName
{
border-color: #409E32;
}
</style>