Shades of La Palma #3F960F
Tints of La Palma #3F960F
RGB
CMYK
RGB Variations
Color information
#3F960F (or 0x3F960F) is known color: La Palma. HEX triplet: 3F, 96 and 0F. RGB value is (63,150,15). Sum of RGB (Red+Green+Blue) = 63+150+15=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 150 (58.98% from 255 or 65.79% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 150 - color contains mainly: green. Hex color #3F960F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F960F is #C069F0. Grayscale: #6D6D6D. Windows color (decimal): -12610033 or 1021503. OLE color: 1021503.
HSL color Cylindrical-coordinate representation of color #3F960F: hue angle of 98.67º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F960F is Cyan = 0.58, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 150 | 15 | - |
| CMYK | 0.58 | 0 | 0.9 | 0.41 |
| HSL | 98.67º | 0.82% | 0.32% | - |
| HSV(B) | 98.67º | 0.9% | 0.59% | - |
| XYZ | 13.04 | 22.9 | 4.19 | - |
| YUV | 108.6 | 75.18 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 150 | 15 | 0.58 | 0 | 0.9 | 0.41 | 98.67 | 0.82 | 0.32 |
| Hex | 3F | 96 | F | 3A | 0 | 5A | 29 | 63 | 52 | 20 |
| Octal | 77 | 226 | 17 | 72 | 0 | 132 | 51 | 143 | 122 | 40 |
| Binary | 111111 | 10010110 | 1111 | 111010 | 0 | 1011010 | 101001 | 1100011 | 1010010 | 100000 |
Color Harmonies of #3F960F
Complementary color
Monochromatic Colors of #3F960F
Black with #3F960F
Text Example
Text Example
White with #3F960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F960F; }
p { color: rgb(63,150,15); }
H1.HeaderClassName
{
color: #3F960F;
}
.AnyTagClassName
{
color: #3F960F;
}
</style>
background-color css
<style>
a { background-color: #3F960F; }
a { background-color: rgb(63,150,15); }
div.DivClassName
{
background-color: #3F960F;
}
.BgClassName
{
background-color: #3F960F;
}
</style>
border-color css
<style>
span { border-color: #3F960F; }
span { border-color: rgb(63,150,15); }
td.TdClassName
{
border-color: #3F960F;
}
.TagClassName
{
border-color: #3F960F;
}
</style>