#48A789

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

Shades of Gossamer #48A789

Tints of Gossamer #48A789

Color information

#48A789 (or 0x48A789) is unknown color: approx Gossamer. HEX triplet: 48, A7 and 89. RGB value is (72,167,137). Sum of RGB (Red+Green+Blue) = 72+167+137=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 167 - color contains mainly: green. Hex color #48A789 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48A789 is #B75876. Grayscale: #878787. Windows color (decimal): -12015735 or 9021256. OLE color: 9021256.

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

Color convert

RGB72167137-
CMYK0.5700.180.35
HSL161.05º39.75%46.86%-
HSV(B)161.05º56.89%65.49%-
XYZ21.0130.8228.51-
YUV135.17129.0382.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.15%
GREEN value IS 167 (65.62% from 255) = 44.41%
BLUE value IS 137 (53.91% from 255) = 36.44%
R=19.15%
G=44.41%
B=36.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721671370.5700.180.35161.0539.7546.86
Hex48A7893901223a1282f
Octal11024721171022432415057
Binary1001000101001111000100111100101001010001110100001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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