Shades of La Palma #3F9010
Tints of La Palma #3F9010
RGB
CMYK
RGB Variations
Color information
#3F9010 (or 0x3F9010) is known color: La Palma. HEX triplet: 3F, 90 and 10. RGB value is (63,144,16). Sum of RGB (Red+Green+Blue) = 63+144+16=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 144 (56.64% from 255 or 64.57% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F9010 is #C06FEF. Grayscale: #696969. Windows color (decimal): -12611568 or 1085503. OLE color: 1085503.
HSL color Cylindrical-coordinate representation of color #3F9010: hue angle of 97.97º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F9010 is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 16 | - |
| CMYK | 0.56 | 0 | 0.89 | 0.44 |
| HSL | 97.97º | 0.8% | 0.31% | - |
| HSV(B) | 97.97º | 0.89% | 0.56% | - |
| XYZ | 12.12 | 21.04 | 3.91 | - |
| YUV | 105.19 | 77.66 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 16 | 0.56 | 0 | 0.89 | 0.44 | 97.97 | 0.8 | 0.31 |
| Hex | 3F | 90 | 10 | 38 | 0 | 59 | 2C | 62 | 50 | 1F |
| Octal | 77 | 220 | 20 | 70 | 0 | 131 | 54 | 142 | 120 | 37 |
| Binary | 111111 | 10010000 | 10000 | 111000 | 0 | 1011001 | 101100 | 1100010 | 1010000 | 11111 |
Color Harmonies of #3F9010
Complementary color
Monochromatic Colors of #3F9010
Black with #3F9010
Text Example
Text Example
White with #3F9010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9010; }
p { color: rgb(63,144,16); }
H1.HeaderClassName
{
color: #3F9010;
}
.AnyTagClassName
{
color: #3F9010;
}
</style>
background-color css
<style>
a { background-color: #3F9010; }
a { background-color: rgb(63,144,16); }
div.DivClassName
{
background-color: #3F9010;
}
.BgClassName
{
background-color: #3F9010;
}
</style>
border-color css
<style>
span { border-color: #3F9010; }
span { border-color: rgb(63,144,16); }
td.TdClassName
{
border-color: #3F9010;
}
.TagClassName
{
border-color: #3F9010;
}
</style>