#47B389

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

Shades of Gossamer #47B389

Tints of Gossamer #47B389

Color information

#47B389 (or 0x47B389) is unknown color: approx Gossamer. HEX triplet: 47, B3 and 89. RGB value is (71,179,137). Sum of RGB (Red+Green+Blue) = 71+179+137=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #47B389 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B389 is #B84C76. Grayscale: #8D8D8D. Windows color (decimal): -12078199 or 9024327. OLE color: 9024327.

HSL color Cylindrical-coordinate representation of color #47B389: hue angle of 156.67º 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 #47B389 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB71179137-
CMYK0.6000.230.30
HSL156.67º43.2%49.02%-
HSV(B)156.67º60.34%70.2%-
XYZ23.2335.3929.27-
YUV141.92125.2277.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.35%
GREEN value IS 179 (70.31% from 255) = 46.25%
BLUE value IS 137 (53.91% from 255) = 35.40%
R=18.35%
G=46.25%
B=35.40%

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
Decimal711791370.6000.230.30156.6743.249.02
Hex47B3893C0171E9d2b31
Octal10726321174027362355361
Binary100011110110011100010011111000101111111010011101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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