#47B18B

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

Shades of Gossamer #47B18B

Tints of Gossamer #47B18B

Color information

#47B18B (or 0x47B18B) is unknown color: approx Gossamer. HEX triplet: 47, B1 and 8B. RGB value is (71,177,139). Sum of RGB (Red+Green+Blue) = 71+177+139=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #47B18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B18B is #B84E74. Grayscale: #8D8D8D. Windows color (decimal): -12078709 or 9154887. OLE color: 9154887.

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

Color convert

RGB71177139-
CMYK0.6000.210.31
HSL158.49º42.74%48.63%-
HSV(B)158.49º59.89%69.41%-
XYZ22.9834.6529.9-
YUV140.97126.8878.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.35%
GREEN value IS 177 (69.53% from 255) = 45.74%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=18.35%
G=45.74%
B=35.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711771390.6000.210.31158.4942.7448.63
Hex47B18B3C0151F9e2b31
Octal10726121374025372365361
Binary100011110110001100010111111000101011111110011110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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