#47A290

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

Shades of Gossamer #47A290

Tints of Gossamer #47A290

Color information

#47A290 (or 0x47A290) is unknown color: approx Gossamer. HEX triplet: 47, A2 and 90. RGB value is (71,162,144). Sum of RGB (Red+Green+Blue) = 71+162+144=377 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.83% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #47A290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A290 is #B85D6F. Grayscale: #848484. Windows color (decimal): -12082544 or 9478727. OLE color: 9478727.

HSL color Cylindrical-coordinate representation of color #47A290: hue angle of 168.13º 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 #47A290 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB71162144-
CMYK0.5600.110.36
HSL168.13º39.06%45.69%-
HSV(B)168.13º56.17%63.53%-
XYZ20.5529.1930.94-
YUV132.74134.3583.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.83%
GREEN value IS 162 (63.67% from 255) = 42.97%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=18.83%
G=42.97%
B=38.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal711621440.5600.110.36168.1339.0645.69
Hex47A290380B24a8272e
Octal10724222070013442504756
Binary100011110100010100100001110000101110010010101000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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