#48A785

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

Shades of Gossamer #48A785

Tints of Gossamer #48A785

Color information

#48A785 (or 0x48A785) is unknown color: approx Gossamer. HEX triplet: 48, A7 and 85. RGB value is (72,167,133). Sum of RGB (Red+Green+Blue) = 72+167+133=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 167 - color contains mainly: green. Hex color #48A785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A785 is #B7587A. Grayscale: #868686. Windows color (decimal): -12015739 or 8759112. OLE color: 8759112.

HSL color Cylindrical-coordinate representation of color #48A785: hue angle of 158.53º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A785 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB72167133-
CMYK0.5700.200.35
HSL158.53º39.75%46.86%-
HSV(B)158.53º56.89%65.49%-
XYZ20.7230.7127.03-
YUV134.72127.0383.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.35%
GREEN value IS 167 (65.62% from 255) = 44.89%
BLUE value IS 133 (52.34% from 255) = 35.75%
R=19.35%
G=44.89%
B=35.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721671330.5700.200.35158.5339.7546.86
Hex48A78539014239f282f
Octal11024720571024432375057
Binary1001000101001111000010111100101010010001110011111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,167,133); }

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

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

 a { background-color: rgb(72,167,133); }

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

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

 span { border-color: rgb(72,167,133); }

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