Shades of La Palma #3F8534
Tints of La Palma #3F8534
RGB
CMYK
RGB Variations
Color information
#3F8534 (or 0x3F8534) is known color: La Palma. HEX triplet: 3F, 85 and 34. RGB value is (63,133,52). Sum of RGB (Red+Green+Blue) = 63+133+52=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 133 (52.34% from 255 or 53.63% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 133 - color contains mainly: green. Hex color #3F8534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F8534 is #C07ACB. Grayscale: #676767. Windows color (decimal): -12614348 or 3441983. OLE color: 3441983.
HSL color Cylindrical-coordinate representation of color #3F8534: hue angle of 111.85º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F8534 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 133 | 52 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.48 |
| HSL | 111.85º | 0.44% | 0.36% | - |
| HSV(B) | 111.85º | 0.61% | 0.52% | - |
| XYZ | 11.06 | 18.08 | 6.16 | - |
| YUV | 102.84 | 99.31 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 52 | 0.53 | 0 | 0.61 | 0.48 | 111.85 | 0.44 | 0.36 |
| Hex | 3F | 85 | 34 | 35 | 0 | 3D | 30 | 70 | 2C | 24 |
| Octal | 77 | 205 | 64 | 65 | 0 | 75 | 60 | 160 | 54 | 44 |
| Binary | 111111 | 10000101 | 110100 | 110101 | 0 | 111101 | 110000 | 1110000 | 101100 | 100100 |
Color Harmonies of #3F8534
Complementary color
Monochromatic Colors of #3F8534
Black with #3F8534
Text Example
Text Example
White with #3F8534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8534; }
p { color: rgb(63,133,52); }
H1.HeaderClassName
{
color: #3F8534;
}
.AnyTagClassName
{
color: #3F8534;
}
</style>
background-color css
<style>
a { background-color: #3F8534; }
a { background-color: rgb(63,133,52); }
div.DivClassName
{
background-color: #3F8534;
}
.BgClassName
{
background-color: #3F8534;
}
</style>
border-color css
<style>
span { border-color: #3F8534; }
span { border-color: rgb(63,133,52); }
td.TdClassName
{
border-color: #3F8534;
}
.TagClassName
{
border-color: #3F8534;
}
</style>