Shades of La Palma #40953A
Tints of La Palma #40953A
RGB
CMYK
RGB Variations
Color information
#40953A (or 0x40953A) is known color: La Palma. HEX triplet: 40, 95 and 3A. RGB value is (64,149,58). Sum of RGB (Red+Green+Blue) = 64+149+58=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #40953A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40953A is #BF6AC5. Grayscale: #717171. Windows color (decimal): -12544710 or 3839296. OLE color: 3839296.
HSL color Cylindrical-coordinate representation of color #40953A: hue angle of 116.04º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40953A is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 58 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.42 |
| HSL | 116.04º | 0.44% | 0.41% | - |
| HSV(B) | 116.04º | 0.61% | 0.58% | - |
| XYZ | 13.63 | 22.89 | 7.7 | - |
| YUV | 113.21 | 96.84 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 58 | 0.57 | 0 | 0.61 | 0.42 | 116.04 | 0.44 | 0.41 |
| Hex | 40 | 95 | 3A | 39 | 0 | 3D | 2A | 74 | 2C | 29 |
| Octal | 100 | 225 | 72 | 71 | 0 | 75 | 52 | 164 | 54 | 51 |
| Binary | 1000000 | 10010101 | 111010 | 111001 | 0 | 111101 | 101010 | 1110100 | 101100 | 101001 |
Color Harmonies of #40953A
Complementary color
Monochromatic Colors of #40953A
Black with #40953A
Text Example
Text Example
White with #40953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40953A; }
p { color: rgb(64,149,58); }
H1.HeaderClassName
{
color: #40953A;
}
.AnyTagClassName
{
color: #40953A;
}
</style>
background-color css
<style>
a { background-color: #40953A; }
a { background-color: rgb(64,149,58); }
div.DivClassName
{
background-color: #40953A;
}
.BgClassName
{
background-color: #40953A;
}
</style>
border-color css
<style>
span { border-color: #40953A; }
span { border-color: rgb(64,149,58); }
td.TdClassName
{
border-color: #40953A;
}
.TagClassName
{
border-color: #40953A;
}
</style>