Html Css Color HEX #489D80 Gossamer

📋 copy color: '#489D80'

red 72 ◦ green 157 ◦ blue 128

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

Shades of Gossamer #489D80

Tints of Gossamer #489D80

RGB

 RED value IS 72 (28.52% from 255) = 20.17%

 GREEN value IS 157 (61.72% from 255) = 43.98%

 BLUE value IS 128 (50.39% from 255) = 35.85%

R = 20.17%
G = 43.98%
B = 35.85%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#489D80 (or 0x489D80) is known color: Gossamer. HEX triplet: 48, 9D and 80. RGB value is (72,157,128). Sum of RGB (Red+Green+Blue) = 72+157+128=357 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.17% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #489D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489D80 is #B7627F. Grayscale: #808080. Windows color (decimal): -12018304 or 8428872. OLE color: 8428872.

HSL color Cylindrical-coordinate representation of color #489D80: hue angle of 159.53º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #489D80 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 72 157 128 -
CMYK 0.54 0 0.18 0.38
HSL 159.53º 0.37% 0.45% -
HSV(B) 159.53º 0.54% 0.62% -
XYZ 18.63 27.05 24.66 -
YUV 128.28 127.84 87.86 -
System Red Green Blue C M Y K H S L
Decimal 72 157 128 0.54 0 0.18 0.38 159.53 0.37 0.45
Hex 48 9D 80 36 0 12 26 A0 25 2D
Octal 110 235 200 66 0 22 46 240 45 55
Binary 1001000 10011101 10000000 110110 0 10010 100110 10100000 100101 101101

Color Harmonies of #489D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489D80

Black with #489D80

Text Example


Text Example

White with #489D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489D80; }

 p { color: rgb(72,157,128); }

 H1.HeaderClassName
 {
   color: #489D80;
 }
 .AnyTagClassName
 {
   color: #489D80;
 }
</style>

background-color css

<style>
 a { background-color: #489D80; }

 a { background-color: rgb(72,157,128); }

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

border-color css

<style>
 span { border-color: #489D80; }

 span { border-color: rgb(72,157,128); }

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