Html Css Color HEX #49A586 Gossamer

📋 copy color: '#49A586'

red 73 ◦ green 165 ◦ blue 134

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

Shades of Gossamer #49A586

Tints of Gossamer #49A586

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.35%

 BLUE value IS 134 (52.73% from 255) = 36.02%

R = 19.62%
G = 44.35%
B = 36.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#49A586 (or 0x49A586) is known color: Gossamer. HEX triplet: 49, A5 and 86. RGB value is (73,165,134). Sum of RGB (Red+Green+Blue) = 73+165+134=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 165 - color contains mainly: green. Hex color #49A586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A586 is #B65A79. Grayscale: #858585. Windows color (decimal): -11950714 or 8824137. OLE color: 8824137.

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

Color convert

RGB 73 165 134 -
CMYK 0.56 0 0.19 0.35
HSL 159.78º 0.39% 0.47% -
HSV(B) 159.78º 0.56% 0.65% -
XYZ 20.51 30.05 27.27 -
YUV 133.96 128.02 84.52 -
System Red Green Blue C M Y K H S L
Decimal 73 165 134 0.56 0 0.19 0.35 159.78 0.39 0.47
Hex 49 A5 86 38 0 13 23 A0 27 2F
Octal 111 245 206 70 0 23 43 240 47 57
Binary 1001001 10100101 10000110 111000 0 10011 100011 10100000 100111 101111

Color Harmonies of #49A586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A586

Black with #49A586

Text Example


Text Example

White with #49A586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,165,134); }

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

background-color css

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

 a { background-color: rgb(73,165,134); }

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

border-color css

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

 span { border-color: rgb(73,165,134); }

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