Shades of La Palma #418F06
Tints of La Palma #418F06
RGB
CMYK
RGB Variations
Color information
#418F06 (or 0x418F06) is known color: La Palma. HEX triplet: 41, 8F and 06. RGB value is (65,143,6). Sum of RGB (Red+Green+Blue) = 65+143+6=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 143 (56.25% from 255 or 66.82% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 143 - color contains mainly: green. Hex color #418F06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418F06 is #BE70F9. Grayscale: #686868. Windows color (decimal): -12480762 or 429889. OLE color: 429889.
HSL color Cylindrical-coordinate representation of color #418F06: hue angle of 94.16º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #418F06 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 143 | 6 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.44 |
| HSL | 94.16º | 0.92% | 0.29% | - |
| HSV(B) | 94.16º | 0.96% | 0.56% | - |
| XYZ | 12.04 | 20.78 | 3.55 | - |
| YUV | 104.06 | 72.66 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 6 | 0.55 | 0 | 0.96 | 0.44 | 94.16 | 0.92 | 0.29 |
| Hex | 41 | 8F | 6 | 37 | 0 | 60 | 2C | 5E | 5C | 1D |
| Octal | 101 | 217 | 6 | 67 | 0 | 140 | 54 | 136 | 134 | 35 |
| Binary | 1000001 | 10001111 | 110 | 110111 | 0 | 1100000 | 101100 | 1011110 | 1011100 | 11101 |
Color Harmonies of #418F06
Complementary color
Monochromatic Colors of #418F06
Black with #418F06
Text Example
Text Example
White with #418F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418F06; }
p { color: rgb(65,143,6); }
H1.HeaderClassName
{
color: #418F06;
}
.AnyTagClassName
{
color: #418F06;
}
</style>
background-color css
<style>
a { background-color: #418F06; }
a { background-color: rgb(65,143,6); }
div.DivClassName
{
background-color: #418F06;
}
.BgClassName
{
background-color: #418F06;
}
</style>
border-color css
<style>
span { border-color: #418F06; }
span { border-color: rgb(65,143,6); }
td.TdClassName
{
border-color: #418F06;
}
.TagClassName
{
border-color: #418F06;
}
</style>