#47A585

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

Shades of Gossamer #47A585

Tints of Gossamer #47A585

Color information

#47A585 (or 0x47A585) is unknown color: approx Gossamer. HEX triplet: 47, A5 and 85. RGB value is (71,165,133). Sum of RGB (Red+Green+Blue) = 71+165+133=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #47A585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #47A585 is #B85A7A. Grayscale: #858585. Windows color (decimal): -12081787 or 8758599. OLE color: 8758599.

HSL color Cylindrical-coordinate representation of color #47A585: hue angle of 159.57º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47A585 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB71165133-
CMYK0.5700.190.35
HSL159.57º39.83%46.27%-
HSV(B)159.57º56.97%64.71%-
XYZ20.2929.9426.9-
YUV133.25127.8683.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.24%
GREEN value IS 165 (64.84% from 255) = 44.72%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=19.24%
G=44.72%
B=36.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal711651330.5700.190.35159.5739.8346.27
Hex47A5853901323a0282e
Octal10724520571023432405056
Binary1000111101001011000010111100101001110001110100000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47A585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,165,133); }

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

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

 a { background-color: rgb(71,165,133); }

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

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

 span { border-color: rgb(71,165,133); }

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