#47B489

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

Shades of Gossamer #47B489

Tints of Gossamer #47B489

Color information

#47B489 (or 0x47B489) is unknown color: approx Gossamer. HEX triplet: 47, B4 and 89. RGB value is (71,180,137). Sum of RGB (Red+Green+Blue) = 71+180+137=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #47B489 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B489 is #B84B76. Grayscale: #8E8E8E. Windows color (decimal): -12077943 or 9024583. OLE color: 9024583.

HSL color Cylindrical-coordinate representation of color #47B489: hue angle of 156.33º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #47B489 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB71180137-
CMYK0.6100.240.29
HSL156.33º43.43%49.22%-
HSV(B)156.33º60.56%70.59%-
XYZ23.4435.7929.34-
YUV142.51124.8977-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.30%
GREEN value IS 180 (70.70% from 255) = 46.39%
BLUE value IS 137 (53.91% from 255) = 35.31%
R=18.30%
G=46.39%
B=35.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal711801370.6100.240.29156.3343.4349.22
Hex47B4893D0181D9c2b31
Octal10726421175030352345361
Binary100011110110100100010011111010110001110110011100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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