Shades of La Palma #409521
Tints of La Palma #409521
RGB
CMYK
RGB Variations
Color information
#409521 (or 0x409521) is known color: La Palma. HEX triplet: 40, 95 and 21. RGB value is (64,149,33). Sum of RGB (Red+Green+Blue) = 64+149+33=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 149 (58.59% from 255 or 60.57% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 149 - color contains mainly: green. Hex color #409521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409521 is #BF6ADE. Grayscale: #6E6E6E. Windows color (decimal): -12544735 or 2200896. OLE color: 2200896.
HSL color Cylindrical-coordinate representation of color #409521: hue angle of 103.97º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #409521 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 33 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.42 |
| HSL | 103.97º | 0.64% | 0.36% | - |
| HSV(B) | 103.97º | 0.78% | 0.58% | - |
| XYZ | 13.14 | 22.69 | 5.13 | - |
| YUV | 110.36 | 84.34 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 33 | 0.57 | 0 | 0.78 | 0.42 | 103.97 | 0.64 | 0.36 |
| Hex | 40 | 95 | 21 | 39 | 0 | 4E | 2A | 68 | 40 | 24 |
| Octal | 100 | 225 | 41 | 71 | 0 | 116 | 52 | 150 | 100 | 44 |
| Binary | 1000000 | 10010101 | 100001 | 111001 | 0 | 1001110 | 101010 | 1101000 | 1000000 | 100100 |
Color Harmonies of #409521
Complementary color
Monochromatic Colors of #409521
Black with #409521
Text Example
Text Example
White with #409521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409521; }
p { color: rgb(64,149,33); }
H1.HeaderClassName
{
color: #409521;
}
.AnyTagClassName
{
color: #409521;
}
</style>
background-color css
<style>
a { background-color: #409521; }
a { background-color: rgb(64,149,33); }
div.DivClassName
{
background-color: #409521;
}
.BgClassName
{
background-color: #409521;
}
</style>
border-color css
<style>
span { border-color: #409521; }
span { border-color: rgb(64,149,33); }
td.TdClassName
{
border-color: #409521;
}
.TagClassName
{
border-color: #409521;
}
</style>