Shades of La Palma #40910B
Tints of La Palma #40910B
RGB
CMYK
RGB Variations
Color information
#40910B (or 0x40910B) is known color: La Palma. HEX triplet: 40, 91 and 0B. RGB value is (64,145,11). Sum of RGB (Red+Green+Blue) = 64+145+11=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 145 (57.03% from 255 or 65.91% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 145 - color contains mainly: green. Hex color #40910B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40910B is #BF6EF4. Grayscale: #696969. Windows color (decimal): -12545781 or 758080. OLE color: 758080.
HSL color Cylindrical-coordinate representation of color #40910B: hue angle of 96.27º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40910B is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 145 | 11 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.43 |
| HSL | 96.27º | 0.86% | 0.31% | - |
| HSV(B) | 96.27º | 0.92% | 0.57% | - |
| XYZ | 12.3 | 21.36 | 3.79 | - |
| YUV | 105.51 | 74.66 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 145 | 11 | 0.56 | 0 | 0.92 | 0.43 | 96.27 | 0.86 | 0.31 |
| Hex | 40 | 91 | B | 38 | 0 | 5C | 2B | 60 | 56 | 1F |
| Octal | 100 | 221 | 13 | 70 | 0 | 134 | 53 | 140 | 126 | 37 |
| Binary | 1000000 | 10010001 | 1011 | 111000 | 0 | 1011100 | 101011 | 1100000 | 1010110 | 11111 |
Color Harmonies of #40910B
Complementary color
Monochromatic Colors of #40910B
Black with #40910B
Text Example
Text Example
White with #40910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40910B; }
p { color: rgb(64,145,11); }
H1.HeaderClassName
{
color: #40910B;
}
.AnyTagClassName
{
color: #40910B;
}
</style>
background-color css
<style>
a { background-color: #40910B; }
a { background-color: rgb(64,145,11); }
div.DivClassName
{
background-color: #40910B;
}
.BgClassName
{
background-color: #40910B;
}
</style>
border-color css
<style>
span { border-color: #40910B; }
span { border-color: rgb(64,145,11); }
td.TdClassName
{
border-color: #40910B;
}
.TagClassName
{
border-color: #40910B;
}
</style>