#3FA57F

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

Shades of Gossamer #3FA57F

Tints of Gossamer #3FA57F

Color information

#3FA57F (or 0x3FA57F) is unknown color: approx Gossamer. HEX triplet: 3F, A5 and 7F. RGB value is (63,165,127). Sum of RGB (Red+Green+Blue) = 63+165+127=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA57F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA57F is #C05A80. Grayscale: #828282. Windows color (decimal): -12606081 or 8365375. OLE color: 8365375.

HSL color Cylindrical-coordinate representation of color #3FA57F: hue angle of 157.65º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA57F is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB63165127-
CMYK0.6200.230.35
HSL157.65º44.74%44.71%-
HSV(B)157.65º61.82%64.71%-
XYZ19.3429.524.75-
YUV130.17126.2180.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.75%
GREEN value IS 165 (64.84% from 255) = 46.48%
BLUE value IS 127 (50% from 255) = 35.77%
R=17.75%
G=46.48%
B=35.77%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal631651270.6200.230.35157.6544.7444.71
Hex3FA57F3E017239e2d2d
Octal7724517776027432365555
Binary11111110100101111111111111001011110001110011110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,165,127); }

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

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

 a { background-color: rgb(63,165,127); }

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

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

 span { border-color: rgb(63,165,127); }

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