Shades of La Palma #409605
Tints of La Palma #409605
RGB
CMYK
RGB Variations
Color information
#409605 (or 0x409605) is known color: La Palma. HEX triplet: 40, 96 and 05. RGB value is (64,150,5). Sum of RGB (Red+Green+Blue) = 64+150+5=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 150 (58.98% from 255 or 68.49% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 150 - color contains mainly: green. Hex color #409605 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409605 is #BF69FA. Grayscale: #6C6C6C. Windows color (decimal): -12544507 or 366144. OLE color: 366144.
HSL color Cylindrical-coordinate representation of color #409605: hue angle of 95.59º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #409605 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 150 | 5 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.41 |
| HSL | 95.59º | 0.94% | 0.3% | - |
| HSV(B) | 95.59º | 0.97% | 0.59% | - |
| XYZ | 13.05 | 22.91 | 3.88 | - |
| YUV | 107.76 | 70.01 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 5 | 0.57 | 0 | 0.97 | 0.41 | 95.59 | 0.94 | 0.3 |
| Hex | 40 | 96 | 5 | 39 | 0 | 61 | 29 | 60 | 5E | 1E |
| Octal | 100 | 226 | 5 | 71 | 0 | 141 | 51 | 140 | 136 | 36 |
| Binary | 1000000 | 10010110 | 101 | 111001 | 0 | 1100001 | 101001 | 1100000 | 1011110 | 11110 |
Color Harmonies of #409605
Complementary color
Monochromatic Colors of #409605
Black with #409605
Text Example
Text Example
White with #409605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409605; }
p { color: rgb(64,150,5); }
H1.HeaderClassName
{
color: #409605;
}
.AnyTagClassName
{
color: #409605;
}
</style>
background-color css
<style>
a { background-color: #409605; }
a { background-color: rgb(64,150,5); }
div.DivClassName
{
background-color: #409605;
}
.BgClassName
{
background-color: #409605;
}
</style>
border-color css
<style>
span { border-color: #409605; }
span { border-color: rgb(64,150,5); }
td.TdClassName
{
border-color: #409605;
}
.TagClassName
{
border-color: #409605;
}
</style>