#3FB28D

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

Shades of Gossamer #3FB28D

Tints of Gossamer #3FB28D

Color information

#3FB28D (or 0x3FB28D) is unknown color: approx Gossamer. HEX triplet: 3F, B2 and 8D. RGB value is (63,178,141). Sum of RGB (Red+Green+Blue) = 63+178+141=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB28D is #C04D72. Grayscale: #8B8B8B. Windows color (decimal): -12602739 or 9286207. OLE color: 9286207.

HSL color Cylindrical-coordinate representation of color #3FB28D: hue angle of 160.7º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB28D is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB63178141-
CMYK0.6500.210.30
HSL160.7º47.72%47.25%-
HSV(B)160.7º64.61%69.8%-
XYZ22.7834.8230.72-
YUV139.4128.973.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.49%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 141 (55.47% from 255) = 36.91%
R=16.49%
G=46.60%
B=36.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal631781410.6500.210.30160.747.7247.25
Hex3FB28D410151Ea1302f
Octal77262215101025362416057
Binary111111101100101000110110000010101011111010100001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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