Shades of La Palma #40881A
Tints of La Palma #40881A
RGB
CMYK
RGB Variations
Color information
#40881A (or 0x40881A) is known color: La Palma. HEX triplet: 40, 88 and 1A. RGB value is (64,136,26). Sum of RGB (Red+Green+Blue) = 64+136+26=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 136 (53.52% from 255 or 60.18% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 136 - color contains mainly: green. Hex color #40881A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40881A is #BF77E5. Grayscale: #666666. Windows color (decimal): -12548070 or 1738816. OLE color: 1738816.
HSL color Cylindrical-coordinate representation of color #40881A: hue angle of 99.27º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40881A is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 136 | 26 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.47 |
| HSL | 99.27º | 0.68% | 0.32% | - |
| HSV(B) | 99.27º | 0.81% | 0.53% | - |
| XYZ | 11.1 | 18.77 | 4.02 | - |
| YUV | 101.93 | 85.15 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 26 | 0.53 | 0 | 0.81 | 0.47 | 99.27 | 0.68 | 0.32 |
| Hex | 40 | 88 | 1A | 35 | 0 | 51 | 2F | 63 | 44 | 20 |
| Octal | 100 | 210 | 32 | 65 | 0 | 121 | 57 | 143 | 104 | 40 |
| Binary | 1000000 | 10001000 | 11010 | 110101 | 0 | 1010001 | 101111 | 1100011 | 1000100 | 100000 |
Color Harmonies of #40881A
Complementary color
Monochromatic Colors of #40881A
Black with #40881A
Text Example
Text Example
White with #40881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40881A; }
p { color: rgb(64,136,26); }
H1.HeaderClassName
{
color: #40881A;
}
.AnyTagClassName
{
color: #40881A;
}
</style>
background-color css
<style>
a { background-color: #40881A; }
a { background-color: rgb(64,136,26); }
div.DivClassName
{
background-color: #40881A;
}
.BgClassName
{
background-color: #40881A;
}
</style>
border-color css
<style>
span { border-color: #40881A; }
span { border-color: rgb(64,136,26); }
td.TdClassName
{
border-color: #40881A;
}
.TagClassName
{
border-color: #40881A;
}
</style>