Html Css Color HEX #49A787 Gossamer

📋 copy color: '#49A787'

red 73 ◦ green 167 ◦ blue 135

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

Shades of Gossamer #49A787

Tints of Gossamer #49A787

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36%

R = 19.47%
G = 44.53%
B = 36%

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

#49A787 (or 0x49A787) is known color: Gossamer. HEX triplet: 49, A7 and 87. RGB value is (73,167,135). Sum of RGB (Red+Green+Blue) = 73+167+135=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #49A787 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A787 is #B65878. Grayscale: #878787. Windows color (decimal): -11950201 or 8890185. OLE color: 8890185.

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

Color convert

RGB 73 167 135 -
CMYK 0.56 0 0.19 0.35
HSL 159.57º 0.39% 0.47% -
HSV(B) 159.57º 0.56% 0.65% -
XYZ 20.94 30.8 27.76 -
YUV 135.25 127.86 83.6 -
System Red Green Blue C M Y K H S L
Decimal 73 167 135 0.56 0 0.19 0.35 159.57 0.39 0.47
Hex 49 A7 87 38 0 13 23 A0 27 2F
Octal 111 247 207 70 0 23 43 240 47 57
Binary 1001001 10100111 10000111 111000 0 10011 100011 10100000 100111 101111

Color Harmonies of #49A787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A787

Black with #49A787

Text Example


Text Example

White with #49A787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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