Shades of La Palma #409535
Tints of La Palma #409535
RGB
CMYK
RGB Variations
Color information
#409535 (or 0x409535) is known color: La Palma. HEX triplet: 40, 95 and 35. RGB value is (64,149,53). Sum of RGB (Red+Green+Blue) = 64+149+53=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #409535 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409535 is #BF6ACA. Grayscale: #707070. Windows color (decimal): -12544715 or 3511616. OLE color: 3511616.
HSL color Cylindrical-coordinate representation of color #409535: hue angle of 113.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #409535 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 53 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.42 |
| HSL | 113.13º | 0.48% | 0.4% | - |
| HSV(B) | 113.13º | 0.64% | 0.58% | - |
| XYZ | 13.5 | 22.84 | 7.07 | - |
| YUV | 112.64 | 94.34 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 53 | 0.57 | 0 | 0.64 | 0.42 | 113.13 | 0.48 | 0.4 |
| Hex | 40 | 95 | 35 | 39 | 0 | 40 | 2A | 71 | 30 | 28 |
| Octal | 100 | 225 | 65 | 71 | 0 | 100 | 52 | 161 | 60 | 50 |
| Binary | 1000000 | 10010101 | 110101 | 111001 | 0 | 1000000 | 101010 | 1110001 | 110000 | 101000 |
Color Harmonies of #409535
Complementary color
Monochromatic Colors of #409535
Black with #409535
Text Example
Text Example
White with #409535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409535; }
p { color: rgb(64,149,53); }
H1.HeaderClassName
{
color: #409535;
}
.AnyTagClassName
{
color: #409535;
}
</style>
background-color css
<style>
a { background-color: #409535; }
a { background-color: rgb(64,149,53); }
div.DivClassName
{
background-color: #409535;
}
.BgClassName
{
background-color: #409535;
}
</style>
border-color css
<style>
span { border-color: #409535; }
span { border-color: rgb(64,149,53); }
td.TdClassName
{
border-color: #409535;
}
.TagClassName
{
border-color: #409535;
}
</style>