#49A785

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

Shades of Gossamer #49A785

Tints of Gossamer #49A785

Color information

#49A785 (or 0x49A785) is unknown color: approx Gossamer. HEX triplet: 49, A7 and 85. RGB value is (73,167,133). Sum of RGB (Red+Green+Blue) = 73+167+133=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 167 (65.62% from 255 or 44.77% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 167 - color contains mainly: green. Hex color #49A785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A785 is #B6587A. Grayscale: #878787. Windows color (decimal): -11950203 or 8759113. OLE color: 8759113.

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

Color convert

RGB73167133-
CMYK0.5600.200.35
HSL158.3º39.17%47.06%-
HSV(B)158.3º56.29%65.49%-
XYZ20.830.7527.03-
YUV135.02126.8683.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.57%
GREEN value IS 167 (65.62% from 255) = 44.77%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=19.57%
G=44.77%
B=35.66%

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
Decimal731671330.5600.200.35158.339.1747.06
Hex49A78538014239e272f
Octal11124720570024432364757
Binary1001001101001111000010111100001010010001110011110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,167,133); }

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

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

 a { background-color: rgb(73,167,133); }

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

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

 span { border-color: rgb(73,167,133); }

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