Shades of La Palma #3F9616
Tints of La Palma #3F9616
RGB
CMYK
RGB Variations
Color information
#3F9616 (or 0x3F9616) is known color: La Palma. HEX triplet: 3F, 96 and 16. RGB value is (63,150,22). Sum of RGB (Red+Green+Blue) = 63+150+22=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F9616 is #C069E9. Grayscale: #6D6D6D. Windows color (decimal): -12610026 or 1480255. OLE color: 1480255.
HSL color Cylindrical-coordinate representation of color #3F9616: hue angle of 100.78º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F9616 is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 150 | 22 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.41 |
| HSL | 100.78º | 0.74% | 0.34% | - |
| HSV(B) | 100.78º | 0.85% | 0.59% | - |
| XYZ | 13.1 | 22.93 | 4.49 | - |
| YUV | 109.4 | 78.68 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 150 | 22 | 0.58 | 0 | 0.85 | 0.41 | 100.78 | 0.74 | 0.34 |
| Hex | 3F | 96 | 16 | 3A | 0 | 55 | 29 | 65 | 4A | 22 |
| Octal | 77 | 226 | 26 | 72 | 0 | 125 | 51 | 145 | 112 | 42 |
| Binary | 111111 | 10010110 | 10110 | 111010 | 0 | 1010101 | 101001 | 1100101 | 1001010 | 100010 |
Color Harmonies of #3F9616
Complementary color
Monochromatic Colors of #3F9616
Black with #3F9616
Text Example
Text Example
White with #3F9616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9616; }
p { color: rgb(63,150,22); }
H1.HeaderClassName
{
color: #3F9616;
}
.AnyTagClassName
{
color: #3F9616;
}
</style>
background-color css
<style>
a { background-color: #3F9616; }
a { background-color: rgb(63,150,22); }
div.DivClassName
{
background-color: #3F9616;
}
.BgClassName
{
background-color: #3F9616;
}
</style>
border-color css
<style>
span { border-color: #3F9616; }
span { border-color: rgb(63,150,22); }
td.TdClassName
{
border-color: #3F9616;
}
.TagClassName
{
border-color: #3F9616;
}
</style>