Html Css Color HEX #49AA85 Gossamer

📋 copy color: '#49AA85'

red 73 ◦ green 170 ◦ blue 133

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

Shades of Gossamer #49AA85

Tints of Gossamer #49AA85

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.21%

 BLUE value IS 133 (52.34% from 255) = 35.37%

R = 19.41%
G = 45.21%
B = 35.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#49AA85 (or 0x49AA85) is known color: Gossamer. HEX triplet: 49, AA and 85. RGB value is (73,170,133). Sum of RGB (Red+Green+Blue) = 73+170+133=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AA85 is #B6557A. Grayscale: #888888. Windows color (decimal): -11949435 or 8759881. OLE color: 8759881.

HSL color Cylindrical-coordinate representation of color #49AA85: hue angle of 157.11º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AA85 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 170 133 -
CMYK 0.57 0 0.22 0.33
HSL 157.11º 0.4% 0.48% -
HSV(B) 157.11º 0.57% 0.67% -
XYZ 21.36 31.86 27.21 -
YUV 136.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 73 170 133 0.57 0 0.22 0.33 157.11 0.4 0.48
Hex 49 AA 85 39 0 16 21 9D 28 30
Octal 111 252 205 71 0 26 41 235 50 60
Binary 1001001 10101010 10000101 111001 0 10110 100001 10011101 101000 110000

Color Harmonies of #49AA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AA85

Black with #49AA85

Text Example


Text Example

White with #49AA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,170,133); }

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

background-color css

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

 a { background-color: rgb(73,170,133); }

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

border-color css

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

 span { border-color: rgb(73,170,133); }

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