Shades of La Palma #418F3D
Tints of La Palma #418F3D
RGB
CMYK
RGB Variations
Color information
#418F3D (or 0x418F3D) is known color: La Palma. HEX triplet: 41, 8F and 3D. RGB value is (65,143,61). Sum of RGB (Red+Green+Blue) = 65+143+61=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 143 (56.25% from 255 or 53.16% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 143 - color contains mainly: green. Hex color #418F3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418F3D is #BE70C2. Grayscale: #6E6E6E. Windows color (decimal): -12480707 or 4034369. OLE color: 4034369.
HSL color Cylindrical-coordinate representation of color #418F3D: hue angle of 117.07º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #418F3D is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 143 | 61 | - |
| CMYK | 0.55 | 0 | 0.57 | 0.44 |
| HSL | 117.07º | 0.4% | 0.4% | - |
| HSV(B) | 117.07º | 0.57% | 0.56% | - |
| XYZ | 12.84 | 21.11 | 7.81 | - |
| YUV | 110.33 | 100.16 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 61 | 0.55 | 0 | 0.57 | 0.44 | 117.07 | 0.4 | 0.4 |
| Hex | 41 | 8F | 3D | 37 | 0 | 39 | 2C | 75 | 28 | 28 |
| Octal | 101 | 217 | 75 | 67 | 0 | 71 | 54 | 165 | 50 | 50 |
| Binary | 1000001 | 10001111 | 111101 | 110111 | 0 | 111001 | 101100 | 1110101 | 101000 | 101000 |
Color Harmonies of #418F3D
Complementary color
Monochromatic Colors of #418F3D
Black with #418F3D
Text Example
Text Example
White with #418F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418F3D; }
p { color: rgb(65,143,61); }
H1.HeaderClassName
{
color: #418F3D;
}
.AnyTagClassName
{
color: #418F3D;
}
</style>
background-color css
<style>
a { background-color: #418F3D; }
a { background-color: rgb(65,143,61); }
div.DivClassName
{
background-color: #418F3D;
}
.BgClassName
{
background-color: #418F3D;
}
</style>
border-color css
<style>
span { border-color: #418F3D; }
span { border-color: rgb(65,143,61); }
td.TdClassName
{
border-color: #418F3D;
}
.TagClassName
{
border-color: #418F3D;
}
</style>