Shades of La Palma #3F8A1F
Tints of La Palma #3F8A1F
RGB
CMYK
RGB Variations
Color information
#3F8A1F (or 0x3F8A1F) is known color: La Palma. HEX triplet: 3F, 8A and 1F. RGB value is (63,138,31). Sum of RGB (Red+Green+Blue) = 63+138+31=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 138 (54.30% from 255 or 59.48% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8A1F is #C075E0. Grayscale: #676767. Windows color (decimal): -12613089 or 2067007. OLE color: 2067007.
HSL color Cylindrical-coordinate representation of color #3F8A1F: hue angle of 102.06º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F8A1F is Cyan = 0.54, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 138 | 31 | - |
| CMYK | 0.54 | 0 | 0.78 | 0.46 |
| HSL | 102.06º | 0.63% | 0.33% | - |
| HSV(B) | 102.06º | 0.78% | 0.54% | - |
| XYZ | 11.39 | 19.33 | 4.43 | - |
| YUV | 103.38 | 87.15 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 138 | 31 | 0.54 | 0 | 0.78 | 0.46 | 102.06 | 0.63 | 0.33 |
| Hex | 3F | 8A | 1F | 36 | 0 | 4E | 2E | 66 | 3F | 21 |
| Octal | 77 | 212 | 37 | 66 | 0 | 116 | 56 | 146 | 77 | 41 |
| Binary | 111111 | 10001010 | 11111 | 110110 | 0 | 1001110 | 101110 | 1100110 | 111111 | 100001 |
Color Harmonies of #3F8A1F
Complementary color
Monochromatic Colors of #3F8A1F
Black with #3F8A1F
Text Example
Text Example
White with #3F8A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8A1F; }
p { color: rgb(63,138,31); }
H1.HeaderClassName
{
color: #3F8A1F;
}
.AnyTagClassName
{
color: #3F8A1F;
}
</style>
background-color css
<style>
a { background-color: #3F8A1F; }
a { background-color: rgb(63,138,31); }
div.DivClassName
{
background-color: #3F8A1F;
}
.BgClassName
{
background-color: #3F8A1F;
}
</style>
border-color css
<style>
span { border-color: #3F8A1F; }
span { border-color: rgb(63,138,31); }
td.TdClassName
{
border-color: #3F8A1F;
}
.TagClassName
{
border-color: #3F8A1F;
}
</style>