#47A289

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

Shades of Gossamer #47A289

Tints of Gossamer #47A289

Color information

#47A289 (or 0x47A289) is unknown color: approx Gossamer. HEX triplet: 47, A2 and 89. RGB value is (71,162,137). Sum of RGB (Red+Green+Blue) = 71+162+137=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 162 - color contains mainly: green. Hex color #47A289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A289 is #B85D76. Grayscale: #838383. Windows color (decimal): -12082551 or 9019975. OLE color: 9019975.

HSL color Cylindrical-coordinate representation of color #47A289: hue angle of 163.52º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47A289 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB71162137-
CMYK0.5600.150.36
HSL163.52º39.06%45.69%-
HSV(B)163.52º56.17%63.53%-
XYZ20.0328.9928.21-
YUV131.94130.8584.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.19%
GREEN value IS 162 (63.67% from 255) = 43.78%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=19.19%
G=43.78%
B=37.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711621370.5600.150.36163.5239.0645.69
Hex47A289380F24a4272e
Octal10724221170017442444756
Binary100011110100010100010011110000111110010010100100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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