Html Css Color HEX #49AF89 Gossamer

📋 copy color: '#49AF89'

red 73 ◦ green 175 ◦ blue 137

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

Shades of Gossamer #49AF89

Tints of Gossamer #49AF89

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.45%

 BLUE value IS 137 (53.91% from 255) = 35.58%

R = 18.96%
G = 45.45%
B = 35.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#49AF89 (or 0x49AF89) is known color: Gossamer. HEX triplet: 49, AF and 89. RGB value is (73,175,137). Sum of RGB (Red+Green+Blue) = 73+175+137=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AF89 is #B65076. Grayscale: #8C8C8C. Windows color (decimal): -11948151 or 9023305. OLE color: 9023305.

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

Color convert

RGB 73 175 137 -
CMYK 0.58 0 0.22 0.31
HSL 157.65º 0.41% 0.49% -
HSV(B) 157.65º 0.58% 0.69% -
XYZ 22.59 33.88 29.02 -
YUV 140.17 126.21 80.09 -
System Red Green Blue C M Y K H S L
Decimal 73 175 137 0.58 0 0.22 0.31 157.65 0.41 0.49
Hex 49 AF 89 3A 0 16 1F 9E 29 31
Octal 111 257 211 72 0 26 37 236 51 61
Binary 1001001 10101111 10001001 111010 0 10110 11111 10011110 101001 110001

Color Harmonies of #49AF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AF89

Black with #49AF89

Text Example


Text Example

White with #49AF89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,175,137); }

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

background-color css

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

 a { background-color: rgb(73,175,137); }

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

border-color css

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

 span { border-color: rgb(73,175,137); }

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