Shades of La Palma #3F921A
Tints of La Palma #3F921A
RGB
CMYK
RGB Variations
Color information
#3F921A (or 0x3F921A) is known color: La Palma. HEX triplet: 3F, 92 and 1A. RGB value is (63,146,26). Sum of RGB (Red+Green+Blue) = 63+146+26=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 146 (57.42% from 255 or 62.13% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 146 - color contains mainly: green. Hex color #3F921A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F921A is #C06DE5. Grayscale: #6B6B6B. Windows color (decimal): -12611046 or 1741375. OLE color: 1741375.
HSL color Cylindrical-coordinate representation of color #3F921A: hue angle of 101.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F921A is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 146 | 26 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.43 |
| HSL | 101.5º | 0.7% | 0.34% | - |
| HSV(B) | 101.5º | 0.82% | 0.57% | - |
| XYZ | 12.52 | 21.69 | 4.5 | - |
| YUV | 107.5 | 82 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 26 | 0.57 | 0 | 0.82 | 0.43 | 101.5 | 0.7 | 0.34 |
| Hex | 3F | 92 | 1A | 39 | 0 | 52 | 2B | 66 | 46 | 22 |
| Octal | 77 | 222 | 32 | 71 | 0 | 122 | 53 | 146 | 106 | 42 |
| Binary | 111111 | 10010010 | 11010 | 111001 | 0 | 1010010 | 101011 | 1100110 | 1000110 | 100010 |
Color Harmonies of #3F921A
Complementary color
Monochromatic Colors of #3F921A
Black with #3F921A
Text Example
Text Example
White with #3F921A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F921A; }
p { color: rgb(63,146,26); }
H1.HeaderClassName
{
color: #3F921A;
}
.AnyTagClassName
{
color: #3F921A;
}
</style>
background-color css
<style>
a { background-color: #3F921A; }
a { background-color: rgb(63,146,26); }
div.DivClassName
{
background-color: #3F921A;
}
.BgClassName
{
background-color: #3F921A;
}
</style>
border-color css
<style>
span { border-color: #3F921A; }
span { border-color: rgb(63,146,26); }
td.TdClassName
{
border-color: #3F921A;
}
.TagClassName
{
border-color: #3F921A;
}
</style>