#3FA58D

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

Shades of Gossamer #3FA58D

Tints of Gossamer #3FA58D

Color information

#3FA58D (or 0x3FA58D) is unknown color: approx Gossamer. HEX triplet: 3F, A5 and 8D. RGB value is (63,165,141). Sum of RGB (Red+Green+Blue) = 63+165+141=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA58D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA58D is #C05A72. Grayscale: #838383. Windows color (decimal): -12606067 or 9282879. OLE color: 9282879.

HSL color Cylindrical-coordinate representation of color #3FA58D: hue angle of 165.88º 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 #3FA58D is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB63165141-
CMYK0.6200.150.35
HSL165.88º44.74%44.71%-
HSV(B)165.88º61.82%64.71%-
XYZ20.3129.8929.9-
YUV131.77133.2178.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.07%
GREEN value IS 165 (64.84% from 255) = 44.72%
BLUE value IS 141 (55.47% from 255) = 38.21%
R=17.07%
G=44.72%
B=38.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal631651410.6200.150.35165.8844.7444.71
Hex3FA58D3E0F23a62d2d
Octal7724521576017432465555
Binary11111110100101100011011111100111110001110100110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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