Shades of La Palma #40911E
Tints of La Palma #40911E
RGB
CMYK
RGB Variations
Color information
#40911E (or 0x40911E) is known color: La Palma. HEX triplet: 40, 91 and 1E. RGB value is (64,145,30). Sum of RGB (Red+Green+Blue) = 64+145+30=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 145 (57.03% from 255 or 60.67% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 145 - color contains mainly: green. Hex color #40911E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40911E is #BF6EE1. Grayscale: #6C6C6C. Windows color (decimal): -12545762 or 2003264. OLE color: 2003264.
HSL color Cylindrical-coordinate representation of color #40911E: hue angle of 102.26º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40911E is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 30 | - |
| CMYK | 0.56 | 0 | 0.79 | 0.43 |
| HSL | 102.26º | 0.66% | 0.34% | - |
| HSV(B) | 102.26º | 0.79% | 0.57% | - |
| XYZ | 12.47 | 21.43 | 4.71 | - |
| YUV | 107.67 | 84.16 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 30 | 0.56 | 0 | 0.79 | 0.43 | 102.26 | 0.66 | 0.34 |
| Hex | 40 | 91 | 1E | 38 | 0 | 4F | 2B | 66 | 42 | 22 |
| Octal | 100 | 221 | 36 | 70 | 0 | 117 | 53 | 146 | 102 | 42 |
| Binary | 1000000 | 10010001 | 11110 | 111000 | 0 | 1001111 | 101011 | 1100110 | 1000010 | 100010 |
Color Harmonies of #40911E
Complementary color
Monochromatic Colors of #40911E
Black with #40911E
Text Example
Text Example
White with #40911E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40911E; }
p { color: rgb(64,145,30); }
H1.HeaderClassName
{
color: #40911E;
}
.AnyTagClassName
{
color: #40911E;
}
</style>
background-color css
<style>
a { background-color: #40911E; }
a { background-color: rgb(64,145,30); }
div.DivClassName
{
background-color: #40911E;
}
.BgClassName
{
background-color: #40911E;
}
</style>
border-color css
<style>
span { border-color: #40911E; }
span { border-color: rgb(64,145,30); }
td.TdClassName
{
border-color: #40911E;
}
.TagClassName
{
border-color: #40911E;
}
</style>