#489D7C

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

Shades of Gossamer #489D7C

Tints of Gossamer #489D7C

Color information

#489D7C (or 0x489D7C) is unknown color: approx Gossamer. HEX triplet: 48, 9D and 7C. RGB value is (72,157,124). Sum of RGB (Red+Green+Blue) = 72+157+124=353 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.40% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 157 - color contains mainly: green. Hex color #489D7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489D7C is #B76283. Grayscale: #7F7F7F. Windows color (decimal): -12018308 or 8166728. OLE color: 8166728.

HSL color Cylindrical-coordinate representation of color #489D7C: hue angle of 156.71º 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 #489D7C is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB72157124-
CMYK0.5400.210.38
HSL156.71º37.12%44.9%-
HSV(B)156.71º54.14%61.57%-
XYZ18.3726.9523.3-
YUV127.82125.8488.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.40%
GREEN value IS 157 (61.72% from 255) = 44.48%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=20.40%
G=44.48%
B=35.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal721571240.5400.210.38156.7137.1244.9
Hex489D7C36015269d252d
Octal11023517466025462354555
Binary100100010011101111110011011001010110011010011101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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