Html Css Color HEX #49A68D Gossamer

📋 copy color: '#49A68D'

red 73 ◦ green 166 ◦ blue 141

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

Shades of Gossamer #49A68D

Tints of Gossamer #49A68D

RGB

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

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

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

R = 19.21%
G = 43.68%
B = 37.11%

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

#49A68D (or 0x49A68D) is known color: Gossamer. HEX triplet: 49, A6 and 8D. RGB value is (73,166,141). Sum of RGB (Red+Green+Blue) = 73+166+141=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #49A68D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A68D is #B65972. Grayscale: #878787. Windows color (decimal): -11950451 or 9283145. OLE color: 9283145.

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

Color convert

RGB 73 166 141 -
CMYK 0.56 0 0.15 0.35
HSL 163.87º 0.39% 0.47% -
HSV(B) 163.87º 0.56% 0.65% -
XYZ 21.19 30.61 29.99 -
YUV 135.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 73 166 141 0.56 0 0.15 0.35 163.87 0.39 0.47
Hex 49 A6 8D 38 0 F 23 A4 27 2F
Octal 111 246 215 70 0 17 43 244 47 57
Binary 1001001 10100110 10001101 111000 0 1111 100011 10100100 100111 101111

Color Harmonies of #49A68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A68D

Black with #49A68D

Text Example


Text Example

White with #49A68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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