Shades of La Palma #3F990F
Tints of La Palma #3F990F
RGB
CMYK
RGB Variations
Color information
#3F990F (or 0x3F990F) is known color: La Palma. HEX triplet: 3F, 99 and 0F. RGB value is (63,153,15). Sum of RGB (Red+Green+Blue) = 63+153+15=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 153 (60.16% from 255 or 66.23% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 153 - color contains mainly: green. Hex color #3F990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F990F is #C066F0. Grayscale: #6E6E6E. Windows color (decimal): -12609265 or 1022271. OLE color: 1022271.
HSL color Cylindrical-coordinate representation of color #3F990F: hue angle of 99.13º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F990F is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 63 | 153 | 15 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.4 |
| HSL | 99.13º | 0.82% | 0.33% | - |
| HSV(B) | 99.13º | 0.9% | 0.6% | - |
| XYZ | 13.53 | 23.87 | 4.35 | - |
| YUV | 110.36 | 74.18 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 153 | 15 | 0.59 | 0 | 0.90 | 0.4 | 99.13 | 0.82 | 0.33 |
| Hex | 3F | 99 | F | 3B | 0 | 5A | 28 | 63 | 52 | 21 |
| Octal | 77 | 231 | 17 | 73 | 0 | 132 | 50 | 143 | 122 | 41 |
| Binary | 111111 | 10011001 | 1111 | 111011 | 0 | 1011010 | 101000 | 1100011 | 1010010 | 100001 |
Color Harmonies of #3F990F
Complementary color
Monochromatic Colors of #3F990F
Black with #3F990F
Text Example
Text Example
White with #3F990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F990F; }
p { color: rgb(63,153,15); }
H1.HeaderClassName
{
color: #3F990F;
}
.AnyTagClassName
{
color: #3F990F;
}
</style>
background-color css
<style>
a { background-color: #3F990F; }
a { background-color: rgb(63,153,15); }
div.DivClassName
{
background-color: #3F990F;
}
.BgClassName
{
background-color: #3F990F;
}
</style>
border-color css
<style>
span { border-color: #3F990F; }
span { border-color: rgb(63,153,15); }
td.TdClassName
{
border-color: #3F990F;
}
.TagClassName
{
border-color: #3F990F;
}
</style>