Shades of La Palma #3F970B
Tints of La Palma #3F970B
RGB
CMYK
RGB Variations
Color information
#3F970B (or 0x3F970B) is known color: La Palma. HEX triplet: 3F, 97 and 0B. RGB value is (63,151,11). Sum of RGB (Red+Green+Blue) = 63+151+11=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 151 (59.38% from 255 or 67.11% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 151 - color contains mainly: green. Hex color #3F970B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F970B is #C068F4. Grayscale: #6D6D6D. Windows color (decimal): -12609781 or 759615. OLE color: 759615.
HSL color Cylindrical-coordinate representation of color #3F970B: hue angle of 97.71º 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 #3F970B is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 151 | 11 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.41 |
| HSL | 97.71º | 0.86% | 0.32% | - |
| HSV(B) | 97.71º | 0.93% | 0.59% | - |
| XYZ | 13.18 | 23.21 | 4.1 | - |
| YUV | 108.73 | 72.85 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 151 | 11 | 0.58 | 0 | 0.93 | 0.41 | 97.71 | 0.86 | 0.32 |
| Hex | 3F | 97 | B | 3A | 0 | 5D | 29 | 62 | 56 | 20 |
| Octal | 77 | 227 | 13 | 72 | 0 | 135 | 51 | 142 | 126 | 40 |
| Binary | 111111 | 10010111 | 1011 | 111010 | 0 | 1011101 | 101001 | 1100010 | 1010110 | 100000 |
Color Harmonies of #3F970B
Complementary color
Monochromatic Colors of #3F970B
Black with #3F970B
Text Example
Text Example
White with #3F970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F970B; }
p { color: rgb(63,151,11); }
H1.HeaderClassName
{
color: #3F970B;
}
.AnyTagClassName
{
color: #3F970B;
}
</style>
background-color css
<style>
a { background-color: #3F970B; }
a { background-color: rgb(63,151,11); }
div.DivClassName
{
background-color: #3F970B;
}
.BgClassName
{
background-color: #3F970B;
}
</style>
border-color css
<style>
span { border-color: #3F970B; }
span { border-color: rgb(63,151,11); }
td.TdClassName
{
border-color: #3F970B;
}
.TagClassName
{
border-color: #3F970B;
}
</style>