#3F962A

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

Shades of La Palma #3F962A

Tints of La Palma #3F962A

Color information

#3F962A (or 0x3F962A) is unknown color: approx La Palma. HEX triplet: 3F, 96 and 2A. RGB value is (63,150,42). Sum of RGB (Red+Green+Blue) = 63+150+42=255 (33% of max value = 765). Red value is 63 (25% from 255 or 24.71% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #3F962A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F962A is #C069D5. Grayscale: #707070. Windows color (decimal): -12610006 or 2790975. OLE color: 2790975.

HSL color Cylindrical-coordinate representation of color #3F962A: hue angle of 108.33º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F962A is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB6315042-
CMYK0.5800.720.41
HSL108.33º56.25%37.65%-
HSV(B)108.33º72%58.82%-
XYZ13.3723.045.93-
YUV111.6888.6893.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.71%
GREEN value IS 150 (58.98% from 255) = 58.82%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=24.71%
G=58.82%
B=16.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal63150420.5800.720.41108.3356.2537.65
Hex3F962A3A048296c3826
Octal7722652720110511547046
Binary11111110010110101010111010010010001010011101100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,150,42); }

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

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

 a { background-color: rgb(63,150,42); }

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

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

 span { border-color: rgb(63,150,42); }

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