Shades of La Palma #3F960B
Tints of La Palma #3F960B
RGB
CMYK
RGB Variations
Color information
#3F960B (or 0x3F960B) is known color: La Palma. HEX triplet: 3F, 96 and 0B. RGB value is (63,150,11). Sum of RGB (Red+Green+Blue) = 63+150+11=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 150 (58.98% from 255 or 66.96% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 150 - color contains mainly: green. Hex color #3F960B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F960B is #C069F4. Grayscale: #6C6C6C. Windows color (decimal): -12610037 or 759359. OLE color: 759359.
HSL color Cylindrical-coordinate representation of color #3F960B: hue angle of 97.55º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F960B is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 150 | 11 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.41 |
| HSL | 97.55º | 0.86% | 0.32% | - |
| HSV(B) | 97.55º | 0.93% | 0.59% | - |
| XYZ | 13.02 | 22.89 | 4.05 | - |
| YUV | 108.14 | 73.18 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 150 | 11 | 0.58 | 0 | 0.93 | 0.41 | 97.55 | 0.86 | 0.32 |
| Hex | 3F | 96 | B | 3A | 0 | 5D | 29 | 62 | 56 | 20 |
| Octal | 77 | 226 | 13 | 72 | 0 | 135 | 51 | 142 | 126 | 40 |
| Binary | 111111 | 10010110 | 1011 | 111010 | 0 | 1011101 | 101001 | 1100010 | 1010110 | 100000 |
Color Harmonies of #3F960B
Complementary color
Monochromatic Colors of #3F960B
Black with #3F960B
Text Example
Text Example
White with #3F960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F960B; }
p { color: rgb(63,150,11); }
H1.HeaderClassName
{
color: #3F960B;
}
.AnyTagClassName
{
color: #3F960B;
}
</style>
background-color css
<style>
a { background-color: #3F960B; }
a { background-color: rgb(63,150,11); }
div.DivClassName
{
background-color: #3F960B;
}
.BgClassName
{
background-color: #3F960B;
}
</style>
border-color css
<style>
span { border-color: #3F960B; }
span { border-color: rgb(63,150,11); }
td.TdClassName
{
border-color: #3F960B;
}
.TagClassName
{
border-color: #3F960B;
}
</style>