#47B68B

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

Shades of Gossamer #47B68B

Tints of Gossamer #47B68B

Color information

#47B68B (or 0x47B68B) is unknown color: approx Gossamer. HEX triplet: 47, B6 and 8B. RGB value is (71,182,139). Sum of RGB (Red+Green+Blue) = 71+182+139=392 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.11% from 392); Green value is 182 (71.48% from 255 or 46.43% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 182 - color contains mainly: green. Hex color #47B68B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B68B is #B84974. Grayscale: #8F8F8F. Windows color (decimal): -12077429 or 9156167. OLE color: 9156167.

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

Color convert

RGB71182139-
CMYK0.6100.240.29
HSL156.76º43.87%49.61%-
HSV(B)156.76º60.99%71.37%-
XYZ23.9936.6630.24-
YUV143.91125.2376-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.11%
GREEN value IS 182 (71.48% from 255) = 46.43%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=18.11%
G=46.43%
B=35.46%

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
Decimal711821390.6100.240.29156.7643.8749.61
Hex47B68B3D0181D9d2c32
Octal10726621375030352355462
Binary100011110110110100010111111010110001110110011101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47B68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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