Shades of La Palma #40911A
Tints of La Palma #40911A
RGB
CMYK
RGB Variations
Color information
#40911A (or 0x40911A) is known color: La Palma. HEX triplet: 40, 91 and 1A. RGB value is (64,145,26). Sum of RGB (Red+Green+Blue) = 64+145+26=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #40911A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40911A is #BF6EE5. Grayscale: #6B6B6B. Windows color (decimal): -12545766 or 1741120. OLE color: 1741120.
HSL color Cylindrical-coordinate representation of color #40911A: hue angle of 100.84º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40911A is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 26 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.43 |
| HSL | 100.84º | 0.7% | 0.34% | - |
| HSV(B) | 100.84º | 0.82% | 0.57% | - |
| XYZ | 12.43 | 21.42 | 4.46 | - |
| YUV | 107.22 | 82.16 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 26 | 0.56 | 0 | 0.82 | 0.43 | 100.84 | 0.7 | 0.34 |
| Hex | 40 | 91 | 1A | 38 | 0 | 52 | 2B | 65 | 46 | 22 |
| Octal | 100 | 221 | 32 | 70 | 0 | 122 | 53 | 145 | 106 | 42 |
| Binary | 1000000 | 10010001 | 11010 | 111000 | 0 | 1010010 | 101011 | 1100101 | 1000110 | 100010 |
Color Harmonies of #40911A
Complementary color
Monochromatic Colors of #40911A
Black with #40911A
Text Example
Text Example
White with #40911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40911A; }
p { color: rgb(64,145,26); }
H1.HeaderClassName
{
color: #40911A;
}
.AnyTagClassName
{
color: #40911A;
}
</style>
background-color css
<style>
a { background-color: #40911A; }
a { background-color: rgb(64,145,26); }
div.DivClassName
{
background-color: #40911A;
}
.BgClassName
{
background-color: #40911A;
}
</style>
border-color css
<style>
span { border-color: #40911A; }
span { border-color: rgb(64,145,26); }
td.TdClassName
{
border-color: #40911A;
}
.TagClassName
{
border-color: #40911A;
}
</style>