Html Css Color HEX #49A786 Gossamer

📋 copy color: '#49A786'

red 73 ◦ green 167 ◦ blue 134

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

Shades of Gossamer #49A786

Tints of Gossamer #49A786

RGB

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

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

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

R = 19.52%
G = 44.65%
B = 35.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#49A786 (or 0x49A786) is known color: Gossamer. HEX triplet: 49, A7 and 86. RGB value is (73,167,134). Sum of RGB (Red+Green+Blue) = 73+167+134=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 167 - color contains mainly: green. Hex color #49A786 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A786 is #B65879. Grayscale: #878787. Windows color (decimal): -11950202 or 8824649. OLE color: 8824649.

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

Color convert

RGB 73 167 134 -
CMYK 0.56 0 0.20 0.35
HSL 158.94º 0.39% 0.47% -
HSV(B) 158.94º 0.56% 0.65% -
XYZ 20.87 30.78 27.39 -
YUV 135.13 127.36 83.68 -
System Red Green Blue C M Y K H S L
Decimal 73 167 134 0.56 0 0.20 0.35 158.94 0.39 0.47
Hex 49 A7 86 38 0 14 23 9F 27 2F
Octal 111 247 206 70 0 24 43 237 47 57
Binary 1001001 10100111 10000110 111000 0 10100 100011 10011111 100111 101111

Color Harmonies of #49A786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A786

Black with #49A786

Text Example


Text Example

White with #49A786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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