Shades of La Palma #40952C
Tints of La Palma #40952C
RGB
CMYK
RGB Variations
Color information
#40952C (or 0x40952C) is known color: La Palma. HEX triplet: 40, 95 and 2C. RGB value is (64,149,44). Sum of RGB (Red+Green+Blue) = 64+149+44=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #40952C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40952C is #BF6AD3. Grayscale: #6F6F6F. Windows color (decimal): -12544724 or 2921792. OLE color: 2921792.
HSL color Cylindrical-coordinate representation of color #40952C: hue angle of 108.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40952C is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 44 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.42 |
| HSL | 108.57º | 0.54% | 0.38% | - |
| HSV(B) | 108.57º | 0.7% | 0.58% | - |
| XYZ | 13.32 | 22.77 | 6.08 | - |
| YUV | 111.62 | 89.84 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 44 | 0.57 | 0 | 0.70 | 0.42 | 108.57 | 0.54 | 0.38 |
| Hex | 40 | 95 | 2C | 39 | 0 | 46 | 2A | 6D | 36 | 26 |
| Octal | 100 | 225 | 54 | 71 | 0 | 106 | 52 | 155 | 66 | 46 |
| Binary | 1000000 | 10010101 | 101100 | 111001 | 0 | 1000110 | 101010 | 1101101 | 110110 | 100110 |
Color Harmonies of #40952C
Complementary color
Monochromatic Colors of #40952C
Black with #40952C
Text Example
Text Example
White with #40952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40952C; }
p { color: rgb(64,149,44); }
H1.HeaderClassName
{
color: #40952C;
}
.AnyTagClassName
{
color: #40952C;
}
</style>
background-color css
<style>
a { background-color: #40952C; }
a { background-color: rgb(64,149,44); }
div.DivClassName
{
background-color: #40952C;
}
.BgClassName
{
background-color: #40952C;
}
</style>
border-color css
<style>
span { border-color: #40952C; }
span { border-color: rgb(64,149,44); }
td.TdClassName
{
border-color: #40952C;
}
.TagClassName
{
border-color: #40952C;
}
</style>