Html Css Color HEX #49A58D Gossamer

📋 copy color: '#49A58D'

red 73 ◦ green 165 ◦ blue 141

#49A58D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #49A58D

Tints of Gossamer #49A58D

RGB

 RED value IS 73 (28.91% from 255) = 19.26%

 GREEN value IS 165 (64.84% from 255) = 43.54%

 BLUE value IS 141 (55.47% from 255) = 37.2%

R = 19.26%
G = 43.54%
B = 37.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#49A58D (or 0x49A58D) is known color: Gossamer. HEX triplet: 49, A5 and 8D. RGB value is (73,165,141). Sum of RGB (Red+Green+Blue) = 73+165+141=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #49A58D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A58D is #B65A72. Grayscale: #868686. Windows color (decimal): -11950707 or 9282889. OLE color: 9282889.

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

Color convert

RGB 73 165 141 -
CMYK 0.56 0 0.15 0.35
HSL 164.35º 0.39% 0.47% -
HSV(B) 164.35º 0.56% 0.65% -
XYZ 21.01 30.25 29.93 -
YUV 134.76 131.52 83.95 -
System Red Green Blue C M Y K H S L
Decimal 73 165 141 0.56 0 0.15 0.35 164.35 0.39 0.47
Hex 49 A5 8D 38 0 F 23 A4 27 2F
Octal 111 245 215 70 0 17 43 244 47 57
Binary 1001001 10100101 10001101 111000 0 1111 100011 10100100 100111 101111

Color Harmonies of #49A58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A58D

Black with #49A58D

Text Example


Text Example

White with #49A58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49A58D;
 }
 .AnyTagClassName
 {
   color: #49A58D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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