#47B18D

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

Shades of Gossamer #47B18D

Tints of Gossamer #47B18D

Color information

#47B18D (or 0x47B18D) is unknown color: approx Gossamer. HEX triplet: 47, B1 and 8D. RGB value is (71,177,141). Sum of RGB (Red+Green+Blue) = 71+177+141=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #47B18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B18D is #B84E72. Grayscale: #8D8D8D. Windows color (decimal): -12078707 or 9285959. OLE color: 9285959.

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

Color convert

RGB71177141-
CMYK0.6000.200.31
HSL159.62º42.74%48.63%-
HSV(B)159.62º59.89%69.41%-
XYZ23.1334.7130.68-
YUV141.2127.8877.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.25%
GREEN value IS 177 (69.53% from 255) = 45.50%
BLUE value IS 141 (55.47% from 255) = 36.25%
R=18.25%
G=45.50%
B=36.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711771410.6000.200.31159.6242.7448.63
Hex47B18D3C0141Fa02b31
Octal10726121574024372405361
Binary100011110110001100011011111000101001111110100000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,177,141); }

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

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

 a { background-color: rgb(71,177,141); }

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

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

 span { border-color: rgb(71,177,141); }

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