#48A497

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

Shades of Gossamer #48A497

Tints of Gossamer #48A497

Color information

#48A497 (or 0x48A497) is unknown color: approx Gossamer. HEX triplet: 48, A4 and 97. RGB value is (72,164,151). Sum of RGB (Red+Green+Blue) = 72+164+151=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 164 - color contains mainly: green. Hex color #48A497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A497 is #B75B68. Grayscale: #868686. Windows color (decimal): -12016489 or 9937992. OLE color: 9937992.

HSL color Cylindrical-coordinate representation of color #48A497: hue angle of 171.52º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A497 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB72164151-
CMYK0.5600.080.36
HSL171.52º38.98%46.27%-
HSV(B)171.52º56.1%64.31%-
XYZ21.5330.1633.97-
YUV135.01137.0283.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.60%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 151 (59.38% from 255) = 39.02%
R=18.60%
G=42.38%
B=39.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721641510.5600.080.36171.5238.9846.27
Hex48A497380824ac272e
Octal11024422770010442544756
Binary100100010100100100101111110000100010010010101100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48A497; }

 p { color: rgb(72,164,151); }

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

<style>
 a { background-color: #48A497; }

 a { background-color: rgb(72,164,151); }

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

<style>
 span { border-color: #48A497; }

 span { border-color: rgb(72,164,151); }

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