Shades of La Palma #40A035
Tints of La Palma #40A035
RGB
CMYK
RGB Variations
Color information
#40A035 (or 0x40A035) is known color: La Palma. HEX triplet: 40, A0 and 35. RGB value is (64,160,53). Sum of RGB (Red+Green+Blue) = 64+160+53=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 160 (62.89% from 255 or 57.76% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 160 - color contains mainly: green. Hex color #40A035 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A035 is #BF5FCA. Grayscale: #777777. Windows color (decimal): -12541899 or 3514432. OLE color: 3514432.
HSL color Cylindrical-coordinate representation of color #40A035: hue angle of 113.83º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40A035 is Cyan = 0.6, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 160 | 53 | - |
| CMYK | 0.6 | 0 | 0.67 | 0.37 |
| HSL | 113.83º | 0.5% | 0.42% | - |
| HSV(B) | 113.83º | 0.67% | 0.63% | - |
| XYZ | 15.33 | 26.49 | 7.67 | - |
| YUV | 119.1 | 90.7 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 53 | 0.6 | 0 | 0.67 | 0.37 | 113.83 | 0.5 | 0.42 |
| Hex | 40 | A0 | 35 | 3C | 0 | 43 | 25 | 72 | 32 | 2A |
| Octal | 100 | 240 | 65 | 74 | 0 | 103 | 45 | 162 | 62 | 52 |
| Binary | 1000000 | 10100000 | 110101 | 111100 | 0 | 1000011 | 100101 | 1110010 | 110010 | 101010 |
Color Harmonies of #40A035
Complementary color
Monochromatic Colors of #40A035
Black with #40A035
Text Example
Text Example
White with #40A035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A035; }
p { color: rgb(64,160,53); }
H1.HeaderClassName
{
color: #40A035;
}
.AnyTagClassName
{
color: #40A035;
}
</style>
background-color css
<style>
a { background-color: #40A035; }
a { background-color: rgb(64,160,53); }
div.DivClassName
{
background-color: #40A035;
}
.BgClassName
{
background-color: #40A035;
}
</style>
border-color css
<style>
span { border-color: #40A035; }
span { border-color: rgb(64,160,53); }
td.TdClassName
{
border-color: #40A035;
}
.TagClassName
{
border-color: #40A035;
}
</style>