Shades of La Palma #3F9705
Tints of La Palma #3F9705
RGB
CMYK
RGB Variations
Color information
#3F9705 (or 0x3F9705) is known color: La Palma. HEX triplet: 3F, 97 and 05. RGB value is (63,151,5). Sum of RGB (Red+Green+Blue) = 63+151+5=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 151 (59.38% from 255 or 68.95% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 151 - color contains mainly: green. Hex color #3F9705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F9705 is #C068FA. Grayscale: #6C6C6C. Windows color (decimal): -12609787 or 366399. OLE color: 366399.
HSL color Cylindrical-coordinate representation of color #3F9705: hue angle of 96.16º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F9705 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 151 | 5 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.41 |
| HSL | 96.16º | 0.94% | 0.31% | - |
| HSV(B) | 96.16º | 0.97% | 0.59% | - |
| XYZ | 13.14 | 23.2 | 3.93 | - |
| YUV | 108.04 | 69.85 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 151 | 5 | 0.58 | 0 | 0.97 | 0.41 | 96.16 | 0.94 | 0.31 |
| Hex | 3F | 97 | 5 | 3A | 0 | 61 | 29 | 60 | 5E | 1F |
| Octal | 77 | 227 | 5 | 72 | 0 | 141 | 51 | 140 | 136 | 37 |
| Binary | 111111 | 10010111 | 101 | 111010 | 0 | 1100001 | 101001 | 1100000 | 1011110 | 11111 |
Color Harmonies of #3F9705
Complementary color
Monochromatic Colors of #3F9705
Black with #3F9705
Text Example
Text Example
White with #3F9705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9705; }
p { color: rgb(63,151,5); }
H1.HeaderClassName
{
color: #3F9705;
}
.AnyTagClassName
{
color: #3F9705;
}
</style>
background-color css
<style>
a { background-color: #3F9705; }
a { background-color: rgb(63,151,5); }
div.DivClassName
{
background-color: #3F9705;
}
.BgClassName
{
background-color: #3F9705;
}
</style>
border-color css
<style>
span { border-color: #3F9705; }
span { border-color: rgb(63,151,5); }
td.TdClassName
{
border-color: #3F9705;
}
.TagClassName
{
border-color: #3F9705;
}
</style>