Html Css Color HEX #49A68A Gossamer

📋 copy color: '#49A68A'

red 73 ◦ green 166 ◦ blue 138

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

Shades of Gossamer #49A68A

Tints of Gossamer #49A68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 19.36%
G = 44.03%
B = 36.6%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#49A68A (or 0x49A68A) is known color: Gossamer. HEX triplet: 49, A6 and 8A. RGB value is (73,166,138). Sum of RGB (Red+Green+Blue) = 73+166+138=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #49A68A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A68A is #B65975. Grayscale: #878787. Windows color (decimal): -11950454 or 9086537. OLE color: 9086537.

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

Color convert

RGB 73 166 138 -
CMYK 0.56 0 0.17 0.35
HSL 161.94º 0.39% 0.47% -
HSV(B) 161.94º 0.56% 0.65% -
XYZ 20.97 30.52 28.83 -
YUV 135 129.69 83.78 -
System Red Green Blue C M Y K H S L
Decimal 73 166 138 0.56 0 0.17 0.35 161.94 0.39 0.47
Hex 49 A6 8A 38 0 11 23 A2 27 2F
Octal 111 246 212 70 0 21 43 242 47 57
Binary 1001001 10100110 10001010 111000 0 10001 100011 10100010 100111 101111

Color Harmonies of #49A68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A68A

Black with #49A68A

Text Example


Text Example

White with #49A68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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