Html Css Color HEX #49A193 Gossamer

📋 copy color: '#49A193'

red 73 ◦ green 161 ◦ blue 147

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

Shades of Gossamer #49A193

Tints of Gossamer #49A193

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.26%

 BLUE value IS 147 (57.81% from 255) = 38.58%

R = 19.16%
G = 42.26%
B = 38.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#49A193 (or 0x49A193) is known color: Gossamer. HEX triplet: 49, A1 and 93. RGB value is (73,161,147). Sum of RGB (Red+Green+Blue) = 73+161+147=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #49A193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A193 is #B65E6C. Grayscale: #858585. Windows color (decimal): -11951725 or 9675081. OLE color: 9675081.

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

Color convert

RGB 73 161 147 -
CMYK 0.55 0 0.09 0.37
HSL 170.45º 0.38% 0.46% -
HSV(B) 170.45º 0.55% 0.63% -
XYZ 20.76 29.01 32.11 -
YUV 133.09 135.85 85.14 -
System Red Green Blue C M Y K H S L
Decimal 73 161 147 0.55 0 0.09 0.37 170.45 0.38 0.46
Hex 49 A1 93 37 0 9 25 AA 26 2E
Octal 111 241 223 67 0 11 45 252 46 56
Binary 1001001 10100001 10010011 110111 0 1001 100101 10101010 100110 101110

Color Harmonies of #49A193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A193

Black with #49A193

Text Example


Text Example

White with #49A193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,161,147); }

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

background-color css

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

 a { background-color: rgb(73,161,147); }

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

border-color css

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

 span { border-color: rgb(73,161,147); }

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