#47B38A

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

Shades of Gossamer #47B38A

Tints of Gossamer #47B38A

Color information

#47B38A (or 0x47B38A) is unknown color: approx Gossamer. HEX triplet: 47, B3 and 8A. RGB value is (71,179,138). Sum of RGB (Red+Green+Blue) = 71+179+138=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #47B38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B38A is #B84C75. Grayscale: #8E8E8E. Windows color (decimal): -12078198 or 9089863. OLE color: 9089863.

HSL color Cylindrical-coordinate representation of color #47B38A: hue angle of 157.22º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47B38A is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB71179138-
CMYK0.6000.230.30
HSL157.22º43.2%49.02%-
HSV(B)157.22º60.34%70.2%-
XYZ23.3135.4129.65-
YUV142.03125.7277.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.30%
GREEN value IS 179 (70.31% from 255) = 46.13%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=18.30%
G=46.13%
B=35.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal711791380.6000.230.30157.2243.249.02
Hex47B38A3C0171E9d2b31
Octal10726321274027362355361
Binary100011110110011100010101111000101111111010011101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47B38A; }

 p { color: rgb(71,179,138); }

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

<style>
 a { background-color: #47B38A; }

 a { background-color: rgb(71,179,138); }

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

<style>
 span { border-color: #47B38A; }

 span { border-color: rgb(71,179,138); }

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