#48A586

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

Shades of Gossamer #48A586

Tints of Gossamer #48A586

Color information

#48A586 (or 0x48A586) is unknown color: approx Gossamer. HEX triplet: 48, A5 and 86. RGB value is (72,165,134). Sum of RGB (Red+Green+Blue) = 72+165+134=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #48A586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A586 is #B75A79. Grayscale: #858585. Windows color (decimal): -12016250 or 8824136. OLE color: 8824136.

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

Color convert

RGB72165134-
CMYK0.5600.190.35
HSL160º39.24%46.47%-
HSV(B)160º56.36%64.71%-
XYZ20.4330.0127.27-
YUV133.66128.1984.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.41%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=19.41%
G=44.47%
B=36.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721651340.5600.190.3516039.2446.47
Hex48A5863801323a0272e
Octal11024520670023432404756
Binary1001000101001011000011011100001001110001110100000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,165,134); }

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

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

 a { background-color: rgb(72,165,134); }

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

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

 span { border-color: rgb(72,165,134); }

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