Shades of La Palma #3FA020
Tints of La Palma #3FA020
RGB
CMYK
RGB Variations
Color information
#3FA020 (or 0x3FA020) is known color: La Palma. HEX triplet: 3F, A0 and 20. RGB value is (63,160,32). Sum of RGB (Red+Green+Blue) = 63+160+32=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 160 (62.89% from 255 or 62.75% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA020 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA020 is #C05FDF. Grayscale: #747474. Windows color (decimal): -12607456 or 2138175. OLE color: 2138175.
HSL color Cylindrical-coordinate representation of color #3FA020: hue angle of 105.47º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FA020 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 32 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.37 |
| HSL | 105.47º | 0.67% | 0.38% | - |
| HSV(B) | 105.47º | 0.8% | 0.63% | - |
| XYZ | 14.88 | 26.3 | 5.66 | - |
| YUV | 116.41 | 80.36 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 32 | 0.61 | 0 | 0.80 | 0.37 | 105.47 | 0.67 | 0.38 |
| Hex | 3F | A0 | 20 | 3D | 0 | 50 | 25 | 69 | 43 | 26 |
| Octal | 77 | 240 | 40 | 75 | 0 | 120 | 45 | 151 | 103 | 46 |
| Binary | 111111 | 10100000 | 100000 | 111101 | 0 | 1010000 | 100101 | 1101001 | 1000011 | 100110 |
Color Harmonies of #3FA020
Complementary color
Monochromatic Colors of #3FA020
Black with #3FA020
Text Example
Text Example
White with #3FA020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA020; }
p { color: rgb(63,160,32); }
H1.HeaderClassName
{
color: #3FA020;
}
.AnyTagClassName
{
color: #3FA020;
}
</style>
background-color css
<style>
a { background-color: #3FA020; }
a { background-color: rgb(63,160,32); }
div.DivClassName
{
background-color: #3FA020;
}
.BgClassName
{
background-color: #3FA020;
}
</style>
border-color css
<style>
span { border-color: #3FA020; }
span { border-color: rgb(63,160,32); }
td.TdClassName
{
border-color: #3FA020;
}
.TagClassName
{
border-color: #3FA020;
}
</style>