#48A588

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

Shades of Gossamer #48A588

Tints of Gossamer #48A588

Color information

#48A588 (or 0x48A588) is unknown color: approx Gossamer. HEX triplet: 48, A5 and 88. RGB value is (72,165,136). Sum of RGB (Red+Green+Blue) = 72+165+136=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #48A588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A588 is #B75A77. Grayscale: #858585. Windows color (decimal): -12016248 or 8955208. OLE color: 8955208.

HSL color Cylindrical-coordinate representation of color #48A588: hue angle of 161.29º 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 #48A588 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB72165136-
CMYK0.5600.180.35
HSL161.29º39.24%46.47%-
HSV(B)161.29º56.36%64.71%-
XYZ20.5730.0728.01-
YUV133.89129.1983.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.30%
GREEN value IS 165 (64.84% from 255) = 44.24%
BLUE value IS 136 (53.52% from 255) = 36.46%
R=19.30%
G=44.24%
B=36.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721651360.5600.180.35161.2939.2446.47
Hex48A5883801223a1272e
Octal11024521070022432414756
Binary1001000101001011000100011100001001010001110100001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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