Shades of La Palma #40952D
Tints of La Palma #40952D
RGB
CMYK
RGB Variations
Color information
#40952D (or 0x40952D) is known color: La Palma. HEX triplet: 40, 95 and 2D. RGB value is (64,149,45). Sum of RGB (Red+Green+Blue) = 64+149+45=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #40952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40952D is #BF6AD2. Grayscale: #707070. Windows color (decimal): -12544723 or 2987328. OLE color: 2987328.
HSL color Cylindrical-coordinate representation of color #40952D: hue angle of 109.04º 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 #40952D is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 45 | - |
| CMYK | 0.57 | 0 | 0.70 | 0.42 |
| HSL | 109.04º | 0.54% | 0.38% | - |
| HSV(B) | 109.04º | 0.7% | 0.58% | - |
| XYZ | 13.34 | 22.77 | 6.18 | - |
| YUV | 111.73 | 90.34 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 45 | 0.57 | 0 | 0.70 | 0.42 | 109.04 | 0.54 | 0.38 |
| Hex | 40 | 95 | 2D | 39 | 0 | 46 | 2A | 6D | 36 | 26 |
| Octal | 100 | 225 | 55 | 71 | 0 | 106 | 52 | 155 | 66 | 46 |
| Binary | 1000000 | 10010101 | 101101 | 111001 | 0 | 1000110 | 101010 | 1101101 | 110110 | 100110 |
Color Harmonies of #40952D
Complementary color
Monochromatic Colors of #40952D
Black with #40952D
Text Example
Text Example
White with #40952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40952D; }
p { color: rgb(64,149,45); }
H1.HeaderClassName
{
color: #40952D;
}
.AnyTagClassName
{
color: #40952D;
}
</style>
background-color css
<style>
a { background-color: #40952D; }
a { background-color: rgb(64,149,45); }
div.DivClassName
{
background-color: #40952D;
}
.BgClassName
{
background-color: #40952D;
}
</style>
border-color css
<style>
span { border-color: #40952D; }
span { border-color: rgb(64,149,45); }
td.TdClassName
{
border-color: #40952D;
}
.TagClassName
{
border-color: #40952D;
}
</style>