Shades of La Palma #3F900E
Tints of La Palma #3F900E
RGB
CMYK
RGB Variations
Color information
#3F900E (or 0x3F900E) is known color: La Palma. HEX triplet: 3F, 90 and 0E. RGB value is (63,144,14). Sum of RGB (Red+Green+Blue) = 63+144+14=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 144 (56.64% from 255 or 65.16% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 144 - color contains mainly: green. Hex color #3F900E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F900E is #C06FF1. Grayscale: #696969. Windows color (decimal): -12611570 or 954431. OLE color: 954431.
HSL color Cylindrical-coordinate representation of color #3F900E: hue angle of 97.38º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F900E is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 14 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.44 |
| HSL | 97.38º | 0.82% | 0.31% | - |
| HSV(B) | 97.38º | 0.9% | 0.56% | - |
| XYZ | 12.1 | 21.03 | 3.84 | - |
| YUV | 104.96 | 76.66 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 14 | 0.56 | 0 | 0.90 | 0.44 | 97.38 | 0.82 | 0.31 |
| Hex | 3F | 90 | E | 38 | 0 | 5A | 2C | 61 | 52 | 1F |
| Octal | 77 | 220 | 16 | 70 | 0 | 132 | 54 | 141 | 122 | 37 |
| Binary | 111111 | 10010000 | 1110 | 111000 | 0 | 1011010 | 101100 | 1100001 | 1010010 | 11111 |
Color Harmonies of #3F900E
Complementary color
Monochromatic Colors of #3F900E
Black with #3F900E
Text Example
Text Example
White with #3F900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F900E; }
p { color: rgb(63,144,14); }
H1.HeaderClassName
{
color: #3F900E;
}
.AnyTagClassName
{
color: #3F900E;
}
</style>
background-color css
<style>
a { background-color: #3F900E; }
a { background-color: rgb(63,144,14); }
div.DivClassName
{
background-color: #3F900E;
}
.BgClassName
{
background-color: #3F900E;
}
</style>
border-color css
<style>
span { border-color: #3F900E; }
span { border-color: rgb(63,144,14); }
td.TdClassName
{
border-color: #3F900E;
}
.TagClassName
{
border-color: #3F900E;
}
</style>