Shades of La Palma #40951D
Tints of La Palma #40951D
RGB
CMYK
RGB Variations
Color information
#40951D (or 0x40951D) is known color: La Palma. HEX triplet: 40, 95 and 1D. RGB value is (64,149,29). Sum of RGB (Red+Green+Blue) = 64+149+29=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #40951D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40951D is #BF6AE2. Grayscale: #6E6E6E. Windows color (decimal): -12544739 or 1938752. OLE color: 1938752.
HSL color Cylindrical-coordinate representation of color #40951D: hue angle of 102.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40951D is Cyan = 0.57, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 149 | 29 | - |
| CMYK | 0.57 | 0 | 0.81 | 0.42 |
| HSL | 102.5º | 0.67% | 0.35% | - |
| HSV(B) | 102.5º | 0.81% | 0.58% | - |
| XYZ | 13.08 | 22.67 | 4.85 | - |
| YUV | 109.91 | 82.34 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 149 | 29 | 0.57 | 0 | 0.81 | 0.42 | 102.5 | 0.67 | 0.35 |
| Hex | 40 | 95 | 1D | 39 | 0 | 51 | 2A | 66 | 43 | 23 |
| Octal | 100 | 225 | 35 | 71 | 0 | 121 | 52 | 146 | 103 | 43 |
| Binary | 1000000 | 10010101 | 11101 | 111001 | 0 | 1010001 | 101010 | 1100110 | 1000011 | 100011 |
Color Harmonies of #40951D
Complementary color
Monochromatic Colors of #40951D
Black with #40951D
Text Example
Text Example
White with #40951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40951D; }
p { color: rgb(64,149,29); }
H1.HeaderClassName
{
color: #40951D;
}
.AnyTagClassName
{
color: #40951D;
}
</style>
background-color css
<style>
a { background-color: #40951D; }
a { background-color: rgb(64,149,29); }
div.DivClassName
{
background-color: #40951D;
}
.BgClassName
{
background-color: #40951D;
}
</style>
border-color css
<style>
span { border-color: #40951D; }
span { border-color: rgb(64,149,29); }
td.TdClassName
{
border-color: #40951D;
}
.TagClassName
{
border-color: #40951D;
}
</style>