Shades of La Palma #40963A
Tints of La Palma #40963A
RGB
CMYK
RGB Variations
Color information
#40963A (or 0x40963A) is known color: La Palma. HEX triplet: 40, 96 and 3A. RGB value is (64,150,58). Sum of RGB (Red+Green+Blue) = 64+150+58=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #40963A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40963A is #BF69C5. Grayscale: #727272. Windows color (decimal): -12544454 or 3839552. OLE color: 3839552.
HSL color Cylindrical-coordinate representation of color #40963A: hue angle of 116.09º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40963A is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 150 | 58 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.41 |
| HSL | 116.09º | 0.44% | 0.41% | - |
| HSV(B) | 116.09º | 0.61% | 0.59% | - |
| XYZ | 13.78 | 23.21 | 7.76 | - |
| YUV | 113.8 | 96.51 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 58 | 0.57 | 0 | 0.61 | 0.41 | 116.09 | 0.44 | 0.41 |
| Hex | 40 | 96 | 3A | 39 | 0 | 3D | 29 | 74 | 2C | 29 |
| Octal | 100 | 226 | 72 | 71 | 0 | 75 | 51 | 164 | 54 | 51 |
| Binary | 1000000 | 10010110 | 111010 | 111001 | 0 | 111101 | 101001 | 1110100 | 101100 | 101001 |
Color Harmonies of #40963A
Complementary color
Monochromatic Colors of #40963A
Black with #40963A
Text Example
Text Example
White with #40963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40963A; }
p { color: rgb(64,150,58); }
H1.HeaderClassName
{
color: #40963A;
}
.AnyTagClassName
{
color: #40963A;
}
</style>
background-color css
<style>
a { background-color: #40963A; }
a { background-color: rgb(64,150,58); }
div.DivClassName
{
background-color: #40963A;
}
.BgClassName
{
background-color: #40963A;
}
</style>
border-color css
<style>
span { border-color: #40963A; }
span { border-color: rgb(64,150,58); }
td.TdClassName
{
border-color: #40963A;
}
.TagClassName
{
border-color: #40963A;
}
</style>