Shades of La Palma #40962B
Tints of La Palma #40962B
RGB
CMYK
RGB Variations
Color information
#40962B (or 0x40962B) is known color: La Palma. HEX triplet: 40, 96 and 2B. RGB value is (64,150,43). Sum of RGB (Red+Green+Blue) = 64+150+43=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #40962B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40962B is #BF69D4. Grayscale: #707070. Windows color (decimal): -12544469 or 2856512. OLE color: 2856512.
HSL color Cylindrical-coordinate representation of color #40962B: hue angle of 108.22º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40962B is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 150 | 43 | - |
| CMYK | 0.57 | 0 | 0.71 | 0.41 |
| HSL | 108.22º | 0.55% | 0.38% | - |
| HSV(B) | 108.22º | 0.71% | 0.59% | - |
| XYZ | 13.46 | 23.08 | 6.03 | - |
| YUV | 112.09 | 89.01 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 43 | 0.57 | 0 | 0.71 | 0.41 | 108.22 | 0.55 | 0.38 |
| Hex | 40 | 96 | 2B | 39 | 0 | 47 | 29 | 6C | 37 | 26 |
| Octal | 100 | 226 | 53 | 71 | 0 | 107 | 51 | 154 | 67 | 46 |
| Binary | 1000000 | 10010110 | 101011 | 111001 | 0 | 1000111 | 101001 | 1101100 | 110111 | 100110 |
Color Harmonies of #40962B
Complementary color
Monochromatic Colors of #40962B
Black with #40962B
Text Example
Text Example
White with #40962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40962B; }
p { color: rgb(64,150,43); }
H1.HeaderClassName
{
color: #40962B;
}
.AnyTagClassName
{
color: #40962B;
}
</style>
background-color css
<style>
a { background-color: #40962B; }
a { background-color: rgb(64,150,43); }
div.DivClassName
{
background-color: #40962B;
}
.BgClassName
{
background-color: #40962B;
}
</style>
border-color css
<style>
span { border-color: #40962B; }
span { border-color: rgb(64,150,43); }
td.TdClassName
{
border-color: #40962B;
}
.TagClassName
{
border-color: #40962B;
}
</style>