#489C7C

Color #489C7C Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #489C7C

Tints of Gossamer #489C7C

Color information

#489C7C (or 0x489C7C) is unknown color: approx Gossamer. HEX triplet: 48, 9C and 7C. RGB value is (72,156,124). Sum of RGB (Red+Green+Blue) = 72+156+124=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #489C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489C7C is #B76383. Grayscale: #7F7F7F. Windows color (decimal): -12018564 or 8166472. OLE color: 8166472.

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

Color convert

RGB72156124-
CMYK0.5400.210.39
HSL157.14º36.84%44.71%-
HSV(B)157.14º53.85%61.18%-
XYZ18.226.6123.25-
YUV127.24126.1788.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.45%
GREEN value IS 156 (61.33% from 255) = 44.32%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=20.45%
G=44.32%
B=35.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal721561240.5400.210.39157.1436.8444.71
Hex489C7C36015279d252d
Octal11023417466025472354555
Binary100100010011100111110011011001010110011110011101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,156,124); }

 H1.HeaderClassName
 {
   color: #489C7C;
 }
 .AnyTagClassName
 {
   color: #489C7C;
 }
</style>
background-color css

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

 a { background-color: rgb(72,156,124); }

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

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

 span { border-color: rgb(72,156,124); }

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