Html Css Color HEX #49B088 Gossamer

📋 copy color: '#49B088'

red 73 ◦ green 176 ◦ blue 136

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

Shades of Gossamer #49B088

Tints of Gossamer #49B088

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.71%

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 18.96%
G = 45.71%
B = 35.32%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#49B088 (or 0x49B088) is known color: Gossamer. HEX triplet: 49, B0 and 88. RGB value is (73,176,136). Sum of RGB (Red+Green+Blue) = 73+176+136=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #49B088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49B088 is #B64F77. Grayscale: #8C8C8C. Windows color (decimal): -11947896 or 8958025. OLE color: 8958025.

HSL color Cylindrical-coordinate representation of color #49B088: hue angle of 156.7º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B088 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 176 136 -
CMYK 0.59 0 0.23 0.31
HSL 156.7º 0.41% 0.49% -
HSV(B) 156.7º 0.59% 0.69% -
XYZ 22.72 34.24 28.71 -
YUV 140.64 125.38 79.75 -
System Red Green Blue C M Y K H S L
Decimal 73 176 136 0.59 0 0.23 0.31 156.7 0.41 0.49
Hex 49 B0 88 3B 0 17 1F 9D 29 31
Octal 111 260 210 73 0 27 37 235 51 61
Binary 1001001 10110000 10001000 111011 0 10111 11111 10011101 101001 110001

Color Harmonies of #49B088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B088

Black with #49B088

Text Example


Text Example

White with #49B088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,176,136); }

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

background-color css

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

 a { background-color: rgb(73,176,136); }

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

border-color css

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

 span { border-color: rgb(73,176,136); }

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