Shades of La Palma #409015
Tints of La Palma #409015
RGB
CMYK
RGB Variations
Color information
#409015 (or 0x409015) is known color: La Palma. HEX triplet: 40, 90 and 15. RGB value is (64,144,21). Sum of RGB (Red+Green+Blue) = 64+144+21=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 144 (56.64% from 255 or 62.88% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 144 - color contains mainly: green. Hex color #409015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409015 is #BF6FEA. Grayscale: #6A6A6A. Windows color (decimal): -12546027 or 1413184. OLE color: 1413184.
HSL color Cylindrical-coordinate representation of color #409015: hue angle of 99.02º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #409015 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 21 | - |
| CMYK | 0.56 | 0 | 0.85 | 0.44 |
| HSL | 99.02º | 0.75% | 0.32% | - |
| HSV(B) | 99.02º | 0.85% | 0.56% | - |
| XYZ | 12.22 | 21.09 | 4.14 | - |
| YUV | 106.06 | 80 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 21 | 0.56 | 0 | 0.85 | 0.44 | 99.02 | 0.75 | 0.32 |
| Hex | 40 | 90 | 15 | 38 | 0 | 55 | 2C | 63 | 4B | 20 |
| Octal | 100 | 220 | 25 | 70 | 0 | 125 | 54 | 143 | 113 | 40 |
| Binary | 1000000 | 10010000 | 10101 | 111000 | 0 | 1010101 | 101100 | 1100011 | 1001011 | 100000 |
Color Harmonies of #409015
Complementary color
Monochromatic Colors of #409015
Black with #409015
Text Example
Text Example
White with #409015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409015; }
p { color: rgb(64,144,21); }
H1.HeaderClassName
{
color: #409015;
}
.AnyTagClassName
{
color: #409015;
}
</style>
background-color css
<style>
a { background-color: #409015; }
a { background-color: rgb(64,144,21); }
div.DivClassName
{
background-color: #409015;
}
.BgClassName
{
background-color: #409015;
}
</style>
border-color css
<style>
span { border-color: #409015; }
span { border-color: rgb(64,144,21); }
td.TdClassName
{
border-color: #409015;
}
.TagClassName
{
border-color: #409015;
}
</style>