Shades of La Palma #40962F
Tints of La Palma #40962F
RGB
CMYK
RGB Variations
Color information
#40962F (or 0x40962F) is known color: La Palma. HEX triplet: 40, 96 and 2F. RGB value is (64,150,47). Sum of RGB (Red+Green+Blue) = 64+150+47=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 150 (58.98% from 255 or 57.47% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 150 - color contains mainly: green. Hex color #40962F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40962F is #BF69D0. Grayscale: #707070. Windows color (decimal): -12544465 or 3118656. OLE color: 3118656.
HSL color Cylindrical-coordinate representation of color #40962F: hue angle of 110.1º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40962F is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 150 | 47 | - |
| CMYK | 0.57 | 0 | 0.69 | 0.41 |
| HSL | 110.1º | 0.52% | 0.39% | - |
| HSV(B) | 110.1º | 0.69% | 0.59% | - |
| XYZ | 13.53 | 23.11 | 6.44 | - |
| YUV | 112.54 | 91.01 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 47 | 0.57 | 0 | 0.69 | 0.41 | 110.1 | 0.52 | 0.39 |
| Hex | 40 | 96 | 2F | 39 | 0 | 45 | 29 | 6E | 34 | 27 |
| Octal | 100 | 226 | 57 | 71 | 0 | 105 | 51 | 156 | 64 | 47 |
| Binary | 1000000 | 10010110 | 101111 | 111001 | 0 | 1000101 | 101001 | 1101110 | 110100 | 100111 |
Color Harmonies of #40962F
Complementary color
Monochromatic Colors of #40962F
Black with #40962F
Text Example
Text Example
White with #40962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40962F; }
p { color: rgb(64,150,47); }
H1.HeaderClassName
{
color: #40962F;
}
.AnyTagClassName
{
color: #40962F;
}
</style>
background-color css
<style>
a { background-color: #40962F; }
a { background-color: rgb(64,150,47); }
div.DivClassName
{
background-color: #40962F;
}
.BgClassName
{
background-color: #40962F;
}
</style>
border-color css
<style>
span { border-color: #40962F; }
span { border-color: rgb(64,150,47); }
td.TdClassName
{
border-color: #40962F;
}
.TagClassName
{
border-color: #40962F;
}
</style>