#3FA981

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

Shades of Gossamer #3FA981

Tints of Gossamer #3FA981

Color information

#3FA981 (or 0x3FA981) is unknown color: approx Gossamer. HEX triplet: 3F, A9 and 81. RGB value is (63,169,129). Sum of RGB (Red+Green+Blue) = 63+169+129=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 169 (66.41% from 255 or 46.81% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 169 - color contains mainly: green. Hex color #3FA981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA981 is #C0567E. Grayscale: #848484. Windows color (decimal): -12605055 or 8497471. OLE color: 8497471.

HSL color Cylindrical-coordinate representation of color #3FA981: hue angle of 157.36º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FA981 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB63169129-
CMYK0.6300.240.34
HSL157.36º45.69%45.49%-
HSV(B)157.36º62.72%66.27%-
XYZ20.231.0225.69-
YUV132.75125.8878.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.45%
GREEN value IS 169 (66.41% from 255) = 46.81%
BLUE value IS 129 (50.78% from 255) = 35.73%
R=17.45%
G=46.81%
B=35.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal631691290.6300.240.34157.3645.6945.49
Hex3FA9813F018229d2e2d
Octal7725120177030422355655
Binary111111101010011000000111111101100010001010011101101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,169,129); }

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

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

 a { background-color: rgb(63,169,129); }

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

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

 span { border-color: rgb(63,169,129); }

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