Shades of La Palma #3F8820
Tints of La Palma #3F8820
RGB
CMYK
RGB Variations
Color information
#3F8820 (or 0x3F8820) is known color: La Palma. HEX triplet: 3F, 88 and 20. RGB value is (63,136,32). Sum of RGB (Red+Green+Blue) = 63+136+32=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #3F8820 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8820 is #C077DF. Grayscale: #666666. Windows color (decimal): -12613600 or 2132031. OLE color: 2132031.
HSL color Cylindrical-coordinate representation of color #3F8820: hue angle of 102.12º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F8820 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 136 | 32 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.47 |
| HSL | 102.12º | 0.62% | 0.33% | - |
| HSV(B) | 102.12º | 0.76% | 0.53% | - |
| XYZ | 11.11 | 18.77 | 4.4 | - |
| YUV | 102.32 | 88.32 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 136 | 32 | 0.54 | 0 | 0.76 | 0.47 | 102.12 | 0.62 | 0.33 |
| Hex | 3F | 88 | 20 | 36 | 0 | 4C | 2F | 66 | 3E | 21 |
| Octal | 77 | 210 | 40 | 66 | 0 | 114 | 57 | 146 | 76 | 41 |
| Binary | 111111 | 10001000 | 100000 | 110110 | 0 | 1001100 | 101111 | 1100110 | 111110 | 100001 |
Color Harmonies of #3F8820
Complementary color
Monochromatic Colors of #3F8820
Black with #3F8820
Text Example
Text Example
White with #3F8820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8820; }
p { color: rgb(63,136,32); }
H1.HeaderClassName
{
color: #3F8820;
}
.AnyTagClassName
{
color: #3F8820;
}
</style>
background-color css
<style>
a { background-color: #3F8820; }
a { background-color: rgb(63,136,32); }
div.DivClassName
{
background-color: #3F8820;
}
.BgClassName
{
background-color: #3F8820;
}
</style>
border-color css
<style>
span { border-color: #3F8820; }
span { border-color: rgb(63,136,32); }
td.TdClassName
{
border-color: #3F8820;
}
.TagClassName
{
border-color: #3F8820;
}
</style>