Shades of La Palma #40900E
Tints of La Palma #40900E
RGB
CMYK
RGB Variations
Color information
#40900E (or 0x40900E) is known color: La Palma. HEX triplet: 40, 90 and 0E. RGB value is (64,144,14). Sum of RGB (Red+Green+Blue) = 64+144+14=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 144 (56.64% from 255 or 64.86% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 144 - color contains mainly: green. Hex color #40900E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40900E is #BF6FF1. Grayscale: #696969. Windows color (decimal): -12546034 or 954432. OLE color: 954432.
HSL color Cylindrical-coordinate representation of color #40900E: hue angle of 96.92º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40900E is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 14 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.44 |
| HSL | 96.92º | 0.82% | 0.31% | - |
| HSV(B) | 96.92º | 0.9% | 0.56% | - |
| XYZ | 12.17 | 21.07 | 3.84 | - |
| YUV | 105.26 | 76.5 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 14 | 0.56 | 0 | 0.90 | 0.44 | 96.92 | 0.82 | 0.31 |
| Hex | 40 | 90 | E | 38 | 0 | 5A | 2C | 61 | 52 | 1F |
| Octal | 100 | 220 | 16 | 70 | 0 | 132 | 54 | 141 | 122 | 37 |
| Binary | 1000000 | 10010000 | 1110 | 111000 | 0 | 1011010 | 101100 | 1100001 | 1010010 | 11111 |
Color Harmonies of #40900E
Complementary color
Monochromatic Colors of #40900E
Black with #40900E
Text Example
Text Example
White with #40900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40900E; }
p { color: rgb(64,144,14); }
H1.HeaderClassName
{
color: #40900E;
}
.AnyTagClassName
{
color: #40900E;
}
</style>
background-color css
<style>
a { background-color: #40900E; }
a { background-color: rgb(64,144,14); }
div.DivClassName
{
background-color: #40900E;
}
.BgClassName
{
background-color: #40900E;
}
</style>
border-color css
<style>
span { border-color: #40900E; }
span { border-color: rgb(64,144,14); }
td.TdClassName
{
border-color: #40900E;
}
.TagClassName
{
border-color: #40900E;
}
</style>