Html Css Color HEX #49A181 Gossamer

📋 copy color: '#49A181'

red 73 ◦ green 161 ◦ blue 129

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

Shades of Gossamer #49A181

Tints of Gossamer #49A181

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.35%

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 20.11%
G = 44.35%
B = 35.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#49A181 (or 0x49A181) is known color: Gossamer. HEX triplet: 49, A1 and 81. RGB value is (73,161,129). Sum of RGB (Red+Green+Blue) = 73+161+129=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #49A181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A181 is #B65E7E. Grayscale: #838383. Windows color (decimal): -11951743 or 8495433. OLE color: 8495433.

HSL color Cylindrical-coordinate representation of color #49A181: hue angle of 158.18º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A181 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 161 129 -
CMYK 0.55 0 0.20 0.37
HSL 158.18º 0.38% 0.46% -
HSV(B) 158.18º 0.55% 0.63% -
XYZ 19.45 28.49 25.24 -
YUV 131.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 73 161 129 0.55 0 0.20 0.37 158.18 0.38 0.46
Hex 49 A1 81 37 0 14 25 9E 26 2E
Octal 111 241 201 67 0 24 45 236 46 56
Binary 1001001 10100001 10000001 110111 0 10100 100101 10011110 100110 101110

Color Harmonies of #49A181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A181

Black with #49A181

Text Example


Text Example

White with #49A181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,161,129); }

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

background-color css

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

 a { background-color: rgb(73,161,129); }

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

border-color css

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

 span { border-color: rgb(73,161,129); }

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