#49A484

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

Shades of Gossamer #49A484

Tints of Gossamer #49A484

Color information

#49A484 (or 0x49A484) is unknown color: approx Gossamer. HEX triplet: 49, A4 and 84. RGB value is (73,164,132). Sum of RGB (Red+Green+Blue) = 73+164+132=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #49A484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A484 is #B65B7B. Grayscale: #858585. Windows color (decimal): -11950972 or 8692809. OLE color: 8692809.

HSL color Cylindrical-coordinate representation of color #49A484: hue angle of 158.9º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A484 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB73164132-
CMYK0.5500.200.36
HSL158.9º38.4%46.47%-
HSV(B)158.9º55.49%64.31%-
XYZ20.1929.6326.49-
YUV133.14127.3585.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.78%
GREEN value IS 164 (64.45% from 255) = 44.44%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=19.78%
G=44.44%
B=35.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal731641320.5500.200.36158.938.446.47
Hex49A48437014249f262e
Octal11124420467024442374656
Binary1001001101001001000010011011101010010010010011111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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