Shades of La Palma #40903C
Tints of La Palma #40903C
RGB
CMYK
RGB Variations
Color information
#40903C (or 0x40903C) is known color: La Palma. HEX triplet: 40, 90 and 3C. RGB value is (64,144,60). Sum of RGB (Red+Green+Blue) = 64+144+60=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #40903C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40903C is #BF6FC3. Grayscale: #6E6E6E. Windows color (decimal): -12545988 or 3969088. OLE color: 3969088.
HSL color Cylindrical-coordinate representation of color #40903C: hue angle of 117.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40903C is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 60 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.44 |
| HSL | 117.14º | 0.41% | 0.4% | - |
| HSV(B) | 117.14º | 0.58% | 0.56% | - |
| XYZ | 12.9 | 21.36 | 7.72 | - |
| YUV | 110.5 | 99.5 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 60 | 0.56 | 0 | 0.58 | 0.44 | 117.14 | 0.41 | 0.4 |
| Hex | 40 | 90 | 3C | 38 | 0 | 3A | 2C | 75 | 29 | 28 |
| Octal | 100 | 220 | 74 | 70 | 0 | 72 | 54 | 165 | 51 | 50 |
| Binary | 1000000 | 10010000 | 111100 | 111000 | 0 | 111010 | 101100 | 1110101 | 101001 | 101000 |
Color Harmonies of #40903C
Complementary color
Monochromatic Colors of #40903C
Black with #40903C
Text Example
Text Example
White with #40903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40903C; }
p { color: rgb(64,144,60); }
H1.HeaderClassName
{
color: #40903C;
}
.AnyTagClassName
{
color: #40903C;
}
</style>
background-color css
<style>
a { background-color: #40903C; }
a { background-color: rgb(64,144,60); }
div.DivClassName
{
background-color: #40903C;
}
.BgClassName
{
background-color: #40903C;
}
</style>
border-color css
<style>
span { border-color: #40903C; }
span { border-color: rgb(64,144,60); }
td.TdClassName
{
border-color: #40903C;
}
.TagClassName
{
border-color: #40903C;
}
</style>