#47B18C

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

Shades of Gossamer #47B18C

Tints of Gossamer #47B18C

Color information

#47B18C (or 0x47B18C) is unknown color: approx Gossamer. HEX triplet: 47, B1 and 8C. RGB value is (71,177,140). Sum of RGB (Red+Green+Blue) = 71+177+140=388 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.30% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 177 - color contains mainly: green. Hex color #47B18C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47B18C is #B84E73. Grayscale: #8D8D8D. Windows color (decimal): -12078708 or 9220423. OLE color: 9220423.

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

Color convert

RGB71177140-
CMYK0.6000.210.31
HSL159.06º42.74%48.63%-
HSV(B)159.06º59.89%69.41%-
XYZ23.0534.6830.29-
YUV141.09127.3878.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.30%
GREEN value IS 177 (69.53% from 255) = 45.62%
BLUE value IS 140 (55.08% from 255) = 36.08%
R=18.30%
G=45.62%
B=36.08%

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
Decimal711771400.6000.210.31159.0642.7448.63
Hex47B18C3C0151F9f2b31
Octal10726121474025372375361
Binary100011110110001100011001111000101011111110011111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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