Shades of La Palma #40900D
Tints of La Palma #40900D
RGB
CMYK
RGB Variations
Color information
#40900D (or 0x40900D) is known color: La Palma. HEX triplet: 40, 90 and 0D. RGB value is (64,144,13). Sum of RGB (Red+Green+Blue) = 64+144+13=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 144 (56.64% from 255 or 65.16% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 144 - color contains mainly: green. Hex color #40900D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40900D is #BF6FF2. Grayscale: #696969. Windows color (decimal): -12546035 or 888896. OLE color: 888896.
HSL color Cylindrical-coordinate representation of color #40900D: hue angle of 96.64º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40900D is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 13 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.44 |
| HSL | 96.64º | 0.83% | 0.31% | - |
| HSV(B) | 96.64º | 0.91% | 0.56% | - |
| XYZ | 12.16 | 21.07 | 3.81 | - |
| YUV | 105.15 | 76 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 13 | 0.56 | 0 | 0.91 | 0.44 | 96.64 | 0.83 | 0.31 |
| Hex | 40 | 90 | D | 38 | 0 | 5B | 2C | 61 | 53 | 1F |
| Octal | 100 | 220 | 15 | 70 | 0 | 133 | 54 | 141 | 123 | 37 |
| Binary | 1000000 | 10010000 | 1101 | 111000 | 0 | 1011011 | 101100 | 1100001 | 1010011 | 11111 |
Color Harmonies of #40900D
Complementary color
Monochromatic Colors of #40900D
Black with #40900D
Text Example
Text Example
White with #40900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40900D; }
p { color: rgb(64,144,13); }
H1.HeaderClassName
{
color: #40900D;
}
.AnyTagClassName
{
color: #40900D;
}
</style>
background-color css
<style>
a { background-color: #40900D; }
a { background-color: rgb(64,144,13); }
div.DivClassName
{
background-color: #40900D;
}
.BgClassName
{
background-color: #40900D;
}
</style>
border-color css
<style>
span { border-color: #40900D; }
span { border-color: rgb(64,144,13); }
td.TdClassName
{
border-color: #40900D;
}
.TagClassName
{
border-color: #40900D;
}
</style>