Html Css Color HEX #49A690 Gossamer

📋 copy color: '#49A690'

red 73 ◦ green 166 ◦ blue 144

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

Shades of Gossamer #49A690

Tints of Gossamer #49A690

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.34%

 BLUE value IS 144 (56.64% from 255) = 37.6%

R = 19.06%
G = 43.34%
B = 37.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#49A690 (or 0x49A690) is known color: Gossamer. HEX triplet: 49, A6 and 90. RGB value is (73,166,144). Sum of RGB (Red+Green+Blue) = 73+166+144=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #49A690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A690 is #B6596F. Grayscale: #878787. Windows color (decimal): -11950448 or 9479753. OLE color: 9479753.

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

Color convert

RGB 73 166 144 -
CMYK 0.56 0 0.13 0.35
HSL 165.81º 0.39% 0.47% -
HSV(B) 165.81º 0.56% 0.65% -
XYZ 21.42 30.7 31.18 -
YUV 135.69 132.69 83.29 -
System Red Green Blue C M Y K H S L
Decimal 73 166 144 0.56 0 0.13 0.35 165.81 0.39 0.47
Hex 49 A6 90 38 0 D 23 A6 27 2F
Octal 111 246 220 70 0 15 43 246 47 57
Binary 1001001 10100110 10010000 111000 0 1101 100011 10100110 100111 101111

Color Harmonies of #49A690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A690

Black with #49A690

Text Example


Text Example

White with #49A690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,166,144); }

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

background-color css

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

 a { background-color: rgb(73,166,144); }

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

border-color css

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

 span { border-color: rgb(73,166,144); }

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