#49A583

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

Shades of Gossamer #49A583

Tints of Gossamer #49A583

Color information

#49A583 (or 0x49A583) is unknown color: approx Gossamer. HEX triplet: 49, A5 and 83. RGB value is (73,165,131). Sum of RGB (Red+Green+Blue) = 73+165+131=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #49A583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A583 is #B65A7C. Grayscale: #858585. Windows color (decimal): -11950717 or 8627529. OLE color: 8627529.

HSL color Cylindrical-coordinate representation of color #49A583: hue angle of 157.83º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A583 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB73165131-
CMYK0.5600.210.35
HSL157.83º38.66%46.67%-
HSV(B)157.83º55.76%64.71%-
XYZ20.329.9726.19-
YUV133.62126.5284.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.78%
GREEN value IS 165 (64.84% from 255) = 44.72%
BLUE value IS 131 (51.56% from 255) = 35.50%
R=19.78%
G=44.72%
B=35.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731651310.5600.210.35157.8338.6646.67
Hex49A58338015239e272f
Octal11124520370025432364757
Binary1001001101001011000001111100001010110001110011110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A583; }

 p { color: rgb(73,165,131); }

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

<style>
 a { background-color: #49A583; }

 a { background-color: rgb(73,165,131); }

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

<style>
 span { border-color: #49A583; }

 span { border-color: rgb(73,165,131); }

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