#3f950f

Color #3F950F La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #3F950F

Tints of La Palma #3F950F

Color information

#3F950F (or 0x3F950F) is unknown color: approx La Palma. HEX triplet: 3F, 95 and 0F. RGB value is (63,149,15). Sum of RGB (Red+Green+Blue) = 63+149+15=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 149 (58.59% from 255 or 65.64% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 149 - color contains mainly: green. Hex color #3F950F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F950F is #C06AF0. Grayscale: #6C6C6C. Windows color (decimal): -12610289 or 1021247. OLE color: 1021247.

HSL color Cylindrical-coordinate representation of color #3F950F: hue angle of 98.51º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F950F is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB6314915-
CMYK0.5800.900.42
HSL98.51º81.71%32.16%-
HSV(B)98.51º89.93%58.43%-
XYZ12.8822.594.13-
YUV108.0175.5195.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 27.75%
GREEN value IS 149 (58.59% from 255) = 65.64%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=27.75%
G=65.64%
B=6.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63149150.5800.900.4298.5181.7132.16
Hex3F95F3A05A2A635220
Octal77225177201325214312240
Binary1111111001010111111110100101101010101011000111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f950f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3f950f; }

 p { color: rgb(63,149,15); }

 H1.HeaderClassName
 {
   color: #3f950f;
 }
 .AnyTagClassName
 {
   color: #3f950f;
 }
</style>
background-color css

<style>
 a { background-color: #3f950f; }

 a { background-color: rgb(63,149,15); }

 div.DivClassName
 {
   background-color: #3f950f;
 }
 .BgClassName
 {
   background-color: #3f950f;
 }
</style>
border-color css

<style>
 span { border-color: #3f950f; }

 span { border-color: rgb(63,149,15); }

 td.TdClassName
 {
   border-color: #3f950f;
 }
 .TagClassName
 {
   border-color: #3f950f;
 }
</style>