#48A281

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

Shades of Gossamer #48A281

Tints of Gossamer #48A281

Color information

#48A281 (or 0x48A281) is unknown color: approx Gossamer. HEX triplet: 48, A2 and 81. RGB value is (72,162,129). Sum of RGB (Red+Green+Blue) = 72+162+129=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #48A281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A281 is #B75D7E. Grayscale: #838383. Windows color (decimal): -12017023 or 8495688. OLE color: 8495688.

HSL color Cylindrical-coordinate representation of color #48A281: hue angle of 158º degrees, saturation: 0.38, 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 #48A281 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB72162129-
CMYK0.5600.200.36
HSL158º38.46%45.88%-
HSV(B)158º55.56%63.53%-
XYZ19.5628.825.3-
YUV131.33126.6885.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 129 (50.78% from 255) = 35.54%
R=19.83%
G=44.63%
B=35.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal721621290.5600.200.3615838.4645.88
Hex48A28138014249e262e
Octal11024220170024442364656
Binary1001000101000101000000111100001010010010010011110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,162,129); }

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

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

 a { background-color: rgb(72,162,129); }

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

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

 span { border-color: rgb(72,162,129); }

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