Shades of La Palma #3F8D19
Tints of La Palma #3F8D19
RGB
CMYK
RGB Variations
Color information
#3F8D19 (or 0x3F8D19) is known color: La Palma. HEX triplet: 3F, 8D and 19. RGB value is (63,141,25). Sum of RGB (Red+Green+Blue) = 63+141+25=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 141 (55.47% from 255 or 61.57% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 141 - color contains mainly: green. Hex color #3F8D19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F8D19 is #C072E6. Grayscale: #686868. Windows color (decimal): -12612327 or 1674559. OLE color: 1674559.
HSL color Cylindrical-coordinate representation of color #3F8D19: hue angle of 100.34º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F8D19 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 141 | 25 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.45 |
| HSL | 100.34º | 0.7% | 0.33% | - |
| HSV(B) | 100.34º | 0.82% | 0.55% | - |
| XYZ | 11.75 | 20.18 | 4.19 | - |
| YUV | 104.45 | 83.16 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 141 | 25 | 0.55 | 0 | 0.82 | 0.45 | 100.34 | 0.7 | 0.33 |
| Hex | 3F | 8D | 19 | 37 | 0 | 52 | 2D | 64 | 46 | 21 |
| Octal | 77 | 215 | 31 | 67 | 0 | 122 | 55 | 144 | 106 | 41 |
| Binary | 111111 | 10001101 | 11001 | 110111 | 0 | 1010010 | 101101 | 1100100 | 1000110 | 100001 |
Color Harmonies of #3F8D19
Complementary color
Monochromatic Colors of #3F8D19
Black with #3F8D19
Text Example
Text Example
White with #3F8D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8D19; }
p { color: rgb(63,141,25); }
H1.HeaderClassName
{
color: #3F8D19;
}
.AnyTagClassName
{
color: #3F8D19;
}
</style>
background-color css
<style>
a { background-color: #3F8D19; }
a { background-color: rgb(63,141,25); }
div.DivClassName
{
background-color: #3F8D19;
}
.BgClassName
{
background-color: #3F8D19;
}
</style>
border-color css
<style>
span { border-color: #3F8D19; }
span { border-color: rgb(63,141,25); }
td.TdClassName
{
border-color: #3F8D19;
}
.TagClassName
{
border-color: #3F8D19;
}
</style>