#48B288

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

Shades of Gossamer #48B288

Tints of Gossamer #48B288

Color information

#48B288 (or 0x48B288) is unknown color: approx Gossamer. HEX triplet: 48, B2 and 88. RGB value is (72,178,136). Sum of RGB (Red+Green+Blue) = 72+178+136=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #48B288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48B288 is #B74D77. Grayscale: #8D8D8D. Windows color (decimal): -12012920 or 8958536. OLE color: 8958536.

HSL color Cylindrical-coordinate representation of color #48B288: hue angle of 156.23º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B288 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB72178136-
CMYK0.6000.240.30
HSL156.23º42.4%49.02%-
HSV(B)156.23º59.55%69.8%-
XYZ23.043528.83-
YUV141.52124.8878.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.65%
GREEN value IS 178 (69.92% from 255) = 46.11%
BLUE value IS 136 (53.52% from 255) = 35.23%
R=18.65%
G=46.11%
B=35.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal721781360.6000.240.30156.2342.449.02
Hex48B2883C0181E9c2a31
Octal11026221074030362345261
Binary100100010110010100010001111000110001111010011100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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