Html Css Color HEX #49B28C Gossamer

📋 copy color: '#49B28C'

red 73 ◦ green 178 ◦ blue 140

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

Shades of Gossamer #49B28C

Tints of Gossamer #49B28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.52%

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 18.67%
G = 45.52%
B = 35.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#49B28C (or 0x49B28C) is known color: Gossamer. HEX triplet: 49, B2 and 8C. RGB value is (73,178,140). Sum of RGB (Red+Green+Blue) = 73+178+140=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 178 - color contains mainly: green. Hex color #49B28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B28C is #B64D73. Grayscale: #8E8E8E. Windows color (decimal): -11947380 or 9220681. OLE color: 9220681.

HSL color Cylindrical-coordinate representation of color #49B28C: hue angle of 158.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B28C is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 178 140 -
CMYK 0.59 0 0.21 0.30
HSL 158.29º 0.42% 0.49% -
HSV(B) 158.29º 0.59% 0.7% -
XYZ 23.4 35.15 30.36 -
YUV 142.27 126.71 78.59 -
System Red Green Blue C M Y K H S L
Decimal 73 178 140 0.59 0 0.21 0.30 158.29 0.42 0.49
Hex 49 B2 8C 3B 0 15 1E 9E 2A 31
Octal 111 262 214 73 0 25 36 236 52 61
Binary 1001001 10110010 10001100 111011 0 10101 11110 10011110 101010 110001

Color Harmonies of #49B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B28C

Black with #49B28C

Text Example


Text Example

White with #49B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,178,140); }

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

background-color css

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

 a { background-color: rgb(73,178,140); }

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

border-color css

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

 span { border-color: rgb(73,178,140); }

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