Shades of La Palma #3F8D15
Tints of La Palma #3F8D15
RGB
CMYK
RGB Variations
Color information
#3F8D15 (or 0x3F8D15) is known color: La Palma. HEX triplet: 3F, 8D and 15. RGB value is (63,141,21). Sum of RGB (Red+Green+Blue) = 63+141+21=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 141 (55.47% from 255 or 62.67% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 141 - color contains mainly: green. Hex color #3F8D15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8D15 is #C072EA. Grayscale: #686868. Windows color (decimal): -12612331 or 1412415. OLE color: 1412415.
HSL color Cylindrical-coordinate representation of color #3F8D15: hue angle of 99º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F8D15 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 141 | 21 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.45 |
| HSL | 99º | 0.74% | 0.32% | - |
| HSV(B) | 99º | 0.85% | 0.55% | - |
| XYZ | 11.71 | 20.16 | 3.98 | - |
| YUV | 104 | 81.16 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 141 | 21 | 0.55 | 0 | 0.85 | 0.45 | 99 | 0.74 | 0.32 |
| Hex | 3F | 8D | 15 | 37 | 0 | 55 | 2D | 63 | 4A | 20 |
| Octal | 77 | 215 | 25 | 67 | 0 | 125 | 55 | 143 | 112 | 40 |
| Binary | 111111 | 10001101 | 10101 | 110111 | 0 | 1010101 | 101101 | 1100011 | 1001010 | 100000 |
Color Harmonies of #3F8D15
Complementary color
Monochromatic Colors of #3F8D15
Black with #3F8D15
Text Example
Text Example
White with #3F8D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8D15; }
p { color: rgb(63,141,21); }
H1.HeaderClassName
{
color: #3F8D15;
}
.AnyTagClassName
{
color: #3F8D15;
}
</style>
background-color css
<style>
a { background-color: #3F8D15; }
a { background-color: rgb(63,141,21); }
div.DivClassName
{
background-color: #3F8D15;
}
.BgClassName
{
background-color: #3F8D15;
}
</style>
border-color css
<style>
span { border-color: #3F8D15; }
span { border-color: rgb(63,141,21); }
td.TdClassName
{
border-color: #3F8D15;
}
.TagClassName
{
border-color: #3F8D15;
}
</style>