Shades of La Palma #3F941B
Tints of La Palma #3F941B
RGB
CMYK
RGB Variations
Color information
#3F941B (or 0x3F941B) is known color: La Palma. HEX triplet: 3F, 94 and 1B. RGB value is (63,148,27). Sum of RGB (Red+Green+Blue) = 63+148+27=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 148 (58.20% from 255 or 62.18% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 148 - color contains mainly: green. Hex color #3F941B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F941B is #C06BE4. Grayscale: #6D6D6D. Windows color (decimal): -12610533 or 1807423. OLE color: 1807423.
HSL color Cylindrical-coordinate representation of color #3F941B: hue angle of 102.15º degrees, saturation: 0.69, 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 #3F941B is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 148 | 27 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.42 |
| HSL | 102.15º | 0.69% | 0.34% | - |
| HSV(B) | 102.15º | 0.82% | 0.58% | - |
| XYZ | 12.84 | 22.32 | 4.67 | - |
| YUV | 108.79 | 81.84 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 148 | 27 | 0.57 | 0 | 0.82 | 0.42 | 102.15 | 0.69 | 0.34 |
| Hex | 3F | 94 | 1B | 39 | 0 | 52 | 2A | 66 | 45 | 22 |
| Octal | 77 | 224 | 33 | 71 | 0 | 122 | 52 | 146 | 105 | 42 |
| Binary | 111111 | 10010100 | 11011 | 111001 | 0 | 1010010 | 101010 | 1100110 | 1000101 | 100010 |
Color Harmonies of #3F941B
Complementary color
Monochromatic Colors of #3F941B
Black with #3F941B
Text Example
Text Example
White with #3F941B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F941B; }
p { color: rgb(63,148,27); }
H1.HeaderClassName
{
color: #3F941B;
}
.AnyTagClassName
{
color: #3F941B;
}
</style>
background-color css
<style>
a { background-color: #3F941B; }
a { background-color: rgb(63,148,27); }
div.DivClassName
{
background-color: #3F941B;
}
.BgClassName
{
background-color: #3F941B;
}
</style>
border-color css
<style>
span { border-color: #3F941B; }
span { border-color: rgb(63,148,27); }
td.TdClassName
{
border-color: #3F941B;
}
.TagClassName
{
border-color: #3F941B;
}
</style>