Shades of La Palma #3F9526
Tints of La Palma #3F9526
RGB
CMYK
RGB Variations
Color information
#3F9526 (or 0x3F9526) is known color: La Palma. HEX triplet: 3F, 95 and 26. RGB value is (63,149,38). Sum of RGB (Red+Green+Blue) = 63+149+38=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #3F9526 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9526 is #C06AD9. Grayscale: #6E6E6E. Windows color (decimal): -12610266 or 2528575. OLE color: 2528575.
HSL color Cylindrical-coordinate representation of color #3F9526: hue angle of 106.49º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F9526 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 149 | 38 | - |
| CMYK | 0.58 | 0 | 0.74 | 0.42 |
| HSL | 106.49º | 0.59% | 0.37% | - |
| HSV(B) | 106.49º | 0.74% | 0.58% | - |
| XYZ | 13.15 | 22.69 | 5.52 | - |
| YUV | 110.63 | 87.01 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 149 | 38 | 0.58 | 0 | 0.74 | 0.42 | 106.49 | 0.59 | 0.37 |
| Hex | 3F | 95 | 26 | 3A | 0 | 4A | 2A | 6A | 3B | 25 |
| Octal | 77 | 225 | 46 | 72 | 0 | 112 | 52 | 152 | 73 | 45 |
| Binary | 111111 | 10010101 | 100110 | 111010 | 0 | 1001010 | 101010 | 1101010 | 111011 | 100101 |
Color Harmonies of #3F9526
Complementary color
Monochromatic Colors of #3F9526
Black with #3F9526
Text Example
Text Example
White with #3F9526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9526; }
p { color: rgb(63,149,38); }
H1.HeaderClassName
{
color: #3F9526;
}
.AnyTagClassName
{
color: #3F9526;
}
</style>
background-color css
<style>
a { background-color: #3F9526; }
a { background-color: rgb(63,149,38); }
div.DivClassName
{
background-color: #3F9526;
}
.BgClassName
{
background-color: #3F9526;
}
</style>
border-color css
<style>
span { border-color: #3F9526; }
span { border-color: rgb(63,149,38); }
td.TdClassName
{
border-color: #3F9526;
}
.TagClassName
{
border-color: #3F9526;
}
</style>