Html Css Color HEX #49A684 Gossamer

📋 copy color: '#49A684'

red 73 ◦ green 166 ◦ blue 132

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

Shades of Gossamer #49A684

Tints of Gossamer #49A684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.58%

R = 19.68%
G = 44.74%
B = 35.58%

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

#49A684 (or 0x49A684) is known color: Gossamer. HEX triplet: 49, A6 and 84. RGB value is (73,166,132). Sum of RGB (Red+Green+Blue) = 73+166+132=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #49A684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A684 is #B6597B. Grayscale: #868686. Windows color (decimal): -11950460 or 8693321. OLE color: 8693321.

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

Color convert

RGB 73 166 132 -
CMYK 0.56 0 0.20 0.35
HSL 158.06º 0.39% 0.47% -
HSV(B) 158.06º 0.56% 0.65% -
XYZ 20.55 30.35 26.61 -
YUV 134.32 126.69 84.26 -
System Red Green Blue C M Y K H S L
Decimal 73 166 132 0.56 0 0.20 0.35 158.06 0.39 0.47
Hex 49 A6 84 38 0 14 23 9E 27 2F
Octal 111 246 204 70 0 24 43 236 47 57
Binary 1001001 10100110 10000100 111000 0 10100 100011 10011110 100111 101111

Color Harmonies of #49A684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A684

Black with #49A684

Text Example


Text Example

White with #49A684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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