Shades of La Palma #418E3F
Tints of La Palma #418E3F
RGB
CMYK
RGB Variations
Color information
#418E3F (or 0x418E3F) is known color: La Palma. HEX triplet: 41, 8E and 3F. RGB value is (65,142,63). Sum of RGB (Red+Green+Blue) = 65+142+63=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #418E3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418E3F is #BE71C0. Grayscale: #6E6E6E. Windows color (decimal): -12480961 or 4165185. OLE color: 4165185.
HSL color Cylindrical-coordinate representation of color #418E3F: hue angle of 118.48º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #418E3F is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 142 | 63 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.44 |
| HSL | 118.48º | 0.39% | 0.4% | - |
| HSV(B) | 118.48º | 0.56% | 0.56% | - |
| XYZ | 12.75 | 20.83 | 8.05 | - |
| YUV | 109.97 | 101.49 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 142 | 63 | 0.54 | 0 | 0.56 | 0.44 | 118.48 | 0.39 | 0.4 |
| Hex | 41 | 8E | 3F | 36 | 0 | 38 | 2C | 76 | 27 | 28 |
| Octal | 101 | 216 | 77 | 66 | 0 | 70 | 54 | 166 | 47 | 50 |
| Binary | 1000001 | 10001110 | 111111 | 110110 | 0 | 111000 | 101100 | 1110110 | 100111 | 101000 |
Color Harmonies of #418E3F
Complementary color
Monochromatic Colors of #418E3F
Black with #418E3F
Text Example
Text Example
White with #418E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418E3F; }
p { color: rgb(65,142,63); }
H1.HeaderClassName
{
color: #418E3F;
}
.AnyTagClassName
{
color: #418E3F;
}
</style>
background-color css
<style>
a { background-color: #418E3F; }
a { background-color: rgb(65,142,63); }
div.DivClassName
{
background-color: #418E3F;
}
.BgClassName
{
background-color: #418E3F;
}
</style>
border-color css
<style>
span { border-color: #418E3F; }
span { border-color: rgb(65,142,63); }
td.TdClassName
{
border-color: #418E3F;
}
.TagClassName
{
border-color: #418E3F;
}
</style>