#3FA27D

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

Shades of Gossamer #3FA27D

Tints of Gossamer #3FA27D

Color information

#3FA27D (or 0x3FA27D) is unknown color: approx Gossamer. HEX triplet: 3F, A2 and 7D. RGB value is (63,162,125). Sum of RGB (Red+Green+Blue) = 63+162+125=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA27D is #C05D82. Grayscale: #808080. Windows color (decimal): -12606851 or 8233535. OLE color: 8233535.

HSL color Cylindrical-coordinate representation of color #3FA27D: hue angle of 157.58º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA27D is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB63162125-
CMYK0.6100.230.36
HSL157.58º44%44.12%-
HSV(B)157.58º61.11%63.53%-
XYZ18.6728.3823.9-
YUV128.18126.281.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18%
GREEN value IS 162 (63.67% from 255) = 46.29%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=18%
G=46.29%
B=35.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631621250.6100.230.36157.584444.12
Hex3FA27D3D017249e2c2c
Octal7724217575027442365454
Binary11111110100010111110111110101011110010010011110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,162,125); }

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

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

 a { background-color: rgb(63,162,125); }

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

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

 span { border-color: rgb(63,162,125); }

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