#49A584

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

Shades of Gossamer #49A584

Tints of Gossamer #49A584

Color information

#49A584 (or 0x49A584) is unknown color: approx Gossamer. HEX triplet: 49, A5 and 84. RGB value is (73,165,132). Sum of RGB (Red+Green+Blue) = 73+165+132=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #49A584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A584 is #B65A7B. Grayscale: #858585. Windows color (decimal): -11950716 or 8693065. OLE color: 8693065.

HSL color Cylindrical-coordinate representation of color #49A584: hue angle of 158.48º 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 #49A584 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB73165132-
CMYK0.5600.200.35
HSL158.48º38.66%46.67%-
HSV(B)158.48º55.76%64.71%-
XYZ20.3729.9926.55-
YUV133.73127.0284.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.73%
GREEN value IS 165 (64.84% from 255) = 44.59%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=19.73%
G=44.59%
B=35.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731651320.5600.200.35158.4838.6646.67
Hex49A58438014239e272f
Octal11124520470024432364757
Binary1001001101001011000010011100001010010001110011110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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