Html Css Color HEX #49A78D Gossamer

📋 copy color: '#49A78D'

red 73 ◦ green 167 ◦ blue 141

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

Shades of Gossamer #49A78D

Tints of Gossamer #49A78D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.83%

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

R = 19.16%
G = 43.83%
B = 37.01%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#49A78D (or 0x49A78D) is known color: Gossamer. HEX triplet: 49, A7 and 8D. RGB value is (73,167,141). Sum of RGB (Red+Green+Blue) = 73+167+141=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 167 (65.62% from 255 or 43.83% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 167 - color contains mainly: green. Hex color #49A78D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A78D is #B65872. Grayscale: #878787. Windows color (decimal): -11950195 or 9283401. OLE color: 9283401.

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

Color convert

RGB 73 167 141 -
CMYK 0.56 0 0.16 0.35
HSL 163.4º 0.39% 0.47% -
HSV(B) 163.4º 0.56% 0.65% -
XYZ 21.37 30.98 30.05 -
YUV 135.93 130.86 83.11 -
System Red Green Blue C M Y K H S L
Decimal 73 167 141 0.56 0 0.16 0.35 163.4 0.39 0.47
Hex 49 A7 8D 38 0 10 23 A3 27 2F
Octal 111 247 215 70 0 20 43 243 47 57
Binary 1001001 10100111 10001101 111000 0 10000 100011 10100011 100111 101111

Color Harmonies of #49A78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A78D

Black with #49A78D

Text Example


Text Example

White with #49A78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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