Shades of La Palma #40901B
Tints of La Palma #40901B
RGB
CMYK
RGB Variations
Color information
#40901B (or 0x40901B) is known color: La Palma. HEX triplet: 40, 90 and 1B. RGB value is (64,144,27). Sum of RGB (Red+Green+Blue) = 64+144+27=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #40901B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40901B is #BF6FE4. Grayscale: #6B6B6B. Windows color (decimal): -12546021 or 1806400. OLE color: 1806400.
HSL color Cylindrical-coordinate representation of color #40901B: hue angle of 101.03º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40901B is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 27 | - |
| CMYK | 0.56 | 0 | 0.81 | 0.44 |
| HSL | 101.03º | 0.68% | 0.34% | - |
| HSV(B) | 101.03º | 0.81% | 0.56% | - |
| XYZ | 12.29 | 21.12 | 4.47 | - |
| YUV | 106.74 | 83 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 27 | 0.56 | 0 | 0.81 | 0.44 | 101.03 | 0.68 | 0.34 |
| Hex | 40 | 90 | 1B | 38 | 0 | 51 | 2C | 65 | 44 | 22 |
| Octal | 100 | 220 | 33 | 70 | 0 | 121 | 54 | 145 | 104 | 42 |
| Binary | 1000000 | 10010000 | 11011 | 111000 | 0 | 1010001 | 101100 | 1100101 | 1000100 | 100010 |
Color Harmonies of #40901B
Complementary color
Monochromatic Colors of #40901B
Black with #40901B
Text Example
Text Example
White with #40901B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40901B; }
p { color: rgb(64,144,27); }
H1.HeaderClassName
{
color: #40901B;
}
.AnyTagClassName
{
color: #40901B;
}
</style>
background-color css
<style>
a { background-color: #40901B; }
a { background-color: rgb(64,144,27); }
div.DivClassName
{
background-color: #40901B;
}
.BgClassName
{
background-color: #40901B;
}
</style>
border-color css
<style>
span { border-color: #40901B; }
span { border-color: rgb(64,144,27); }
td.TdClassName
{
border-color: #40901B;
}
.TagClassName
{
border-color: #40901B;
}
</style>