Shades of La Palma #3F941A
Tints of La Palma #3F941A
RGB
CMYK
RGB Variations
Color information
#3F941A (or 0x3F941A) is known color: La Palma. HEX triplet: 3F, 94 and 1A. RGB value is (63,148,26). Sum of RGB (Red+Green+Blue) = 63+148+26=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 148 (58.20% from 255 or 62.45% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 148 - color contains mainly: green. Hex color #3F941A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F941A is #C06BE5. Grayscale: #6D6D6D. Windows color (decimal): -12610534 or 1741887. OLE color: 1741887.
HSL color Cylindrical-coordinate representation of color #3F941A: hue angle of 101.8º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F941A is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 26 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.42 |
| HSL | 101.8º | 0.7% | 0.34% | - |
| HSV(B) | 101.8º | 0.82% | 0.58% | - |
| XYZ | 12.83 | 22.31 | 4.61 | - |
| YUV | 108.68 | 81.34 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 26 | 0.57 | 0 | 0.82 | 0.42 | 101.8 | 0.7 | 0.34 |
| Hex | 3F | 94 | 1A | 39 | 0 | 52 | 2A | 66 | 46 | 22 |
| Octal | 77 | 224 | 32 | 71 | 0 | 122 | 52 | 146 | 106 | 42 |
| Binary | 111111 | 10010100 | 11010 | 111001 | 0 | 1010010 | 101010 | 1100110 | 1000110 | 100010 |
Color Harmonies of #3F941A
Complementary color
Monochromatic Colors of #3F941A
Black with #3F941A
Text Example
Text Example
White with #3F941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F941A; }
p { color: rgb(63,148,26); }
H1.HeaderClassName
{
color: #3F941A;
}
.AnyTagClassName
{
color: #3F941A;
}
</style>
background-color css
<style>
a { background-color: #3F941A; }
a { background-color: rgb(63,148,26); }
div.DivClassName
{
background-color: #3F941A;
}
.BgClassName
{
background-color: #3F941A;
}
</style>
border-color css
<style>
span { border-color: #3F941A; }
span { border-color: rgb(63,148,26); }
td.TdClassName
{
border-color: #3F941A;
}
.TagClassName
{
border-color: #3F941A;
}
</style>