Shades of La Palma #3F9525
Tints of La Palma #3F9525
RGB
CMYK
RGB Variations
Color information
#3F9525 (or 0x3F9525) is known color: La Palma. HEX triplet: 3F, 95 and 25. RGB value is (63,149,37). Sum of RGB (Red+Green+Blue) = 63+149+37=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #3F9525 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F9525 is #C06ADA. Grayscale: #6E6E6E. Windows color (decimal): -12610267 or 2463039. OLE color: 2463039.
HSL color Cylindrical-coordinate representation of color #3F9525: hue angle of 106.07º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F9525 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 149 | 37 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.42 |
| HSL | 106.07º | 0.6% | 0.36% | - |
| HSV(B) | 106.07º | 0.75% | 0.58% | - |
| XYZ | 13.13 | 22.69 | 5.44 | - |
| YUV | 110.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 149 | 37 | 0.58 | 0 | 0.75 | 0.42 | 106.07 | 0.6 | 0.36 |
| Hex | 3F | 95 | 25 | 3A | 0 | 4B | 2A | 6A | 3C | 24 |
| Octal | 77 | 225 | 45 | 72 | 0 | 113 | 52 | 152 | 74 | 44 |
| Binary | 111111 | 10010101 | 100101 | 111010 | 0 | 1001011 | 101010 | 1101010 | 111100 | 100100 |
Color Harmonies of #3F9525
Complementary color
Monochromatic Colors of #3F9525
Black with #3F9525
Text Example
Text Example
White with #3F9525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9525; }
p { color: rgb(63,149,37); }
H1.HeaderClassName
{
color: #3F9525;
}
.AnyTagClassName
{
color: #3F9525;
}
</style>
background-color css
<style>
a { background-color: #3F9525; }
a { background-color: rgb(63,149,37); }
div.DivClassName
{
background-color: #3F9525;
}
.BgClassName
{
background-color: #3F9525;
}
</style>
border-color css
<style>
span { border-color: #3F9525; }
span { border-color: rgb(63,149,37); }
td.TdClassName
{
border-color: #3F9525;
}
.TagClassName
{
border-color: #3F9525;
}
</style>