Shades of La Palma #409932
Tints of La Palma #409932
RGB
CMYK
RGB Variations
Color information
#409932 (or 0x409932) is known color: La Palma. HEX triplet: 40, 99 and 32. RGB value is (64,153,50). Sum of RGB (Red+Green+Blue) = 64+153+50=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #409932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409932 is #BF66CD. Grayscale: #727272. Windows color (decimal): -12543694 or 3316032. OLE color: 3316032.
HSL color Cylindrical-coordinate representation of color #409932: hue angle of 111.84º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #409932 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 50 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.4 |
| HSL | 111.84º | 0.51% | 0.4% | - |
| HSV(B) | 111.84º | 0.67% | 0.6% | - |
| XYZ | 14.08 | 24.1 | 6.93 | - |
| YUV | 114.65 | 91.51 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 50 | 0.58 | 0 | 0.67 | 0.4 | 111.84 | 0.51 | 0.4 |
| Hex | 40 | 99 | 32 | 3A | 0 | 43 | 28 | 70 | 33 | 28 |
| Octal | 100 | 231 | 62 | 72 | 0 | 103 | 50 | 160 | 63 | 50 |
| Binary | 1000000 | 10011001 | 110010 | 111010 | 0 | 1000011 | 101000 | 1110000 | 110011 | 101000 |
Color Harmonies of #409932
Complementary color
Monochromatic Colors of #409932
Black with #409932
Text Example
Text Example
White with #409932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409932; }
p { color: rgb(64,153,50); }
H1.HeaderClassName
{
color: #409932;
}
.AnyTagClassName
{
color: #409932;
}
</style>
background-color css
<style>
a { background-color: #409932; }
a { background-color: rgb(64,153,50); }
div.DivClassName
{
background-color: #409932;
}
.BgClassName
{
background-color: #409932;
}
</style>
border-color css
<style>
span { border-color: #409932; }
span { border-color: rgb(64,153,50); }
td.TdClassName
{
border-color: #409932;
}
.TagClassName
{
border-color: #409932;
}
</style>