#3F952A

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

Shades of La Palma #3F952A

Tints of La Palma #3F952A

Color information

#3F952A (or 0x3F952A) is unknown color: approx La Palma. HEX triplet: 3F, 95 and 2A. RGB value is (63,149,42). Sum of RGB (Red+Green+Blue) = 63+149+42=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #3F952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3F952A is #C06AD5. Grayscale: #6F6F6F. Windows color (decimal): -12610262 or 2790719. OLE color: 2790719.

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

Color convert

RGB6314942-
CMYK0.5800.720.42
HSL108.22º56.02%37.45%-
HSV(B)108.22º71.81%58.43%-
XYZ13.2222.725.88-
YUV111.0989.0193.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.80%
GREEN value IS 149 (58.59% from 255) = 58.66%
BLUE value IS 42 (16.80% from 255) = 16.54%
R=24.80%
G=58.66%
B=16.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63149420.5800.720.42108.2256.0237.45
Hex3F952A3A0482A6c3825
Octal7722552720110521547045
Binary11111110010101101010111010010010001010101101100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F952A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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