#44B389

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

Shades of Gossamer #44B389

Tints of Gossamer #44B389

Color information

#44B389 (or 0x44B389) is unknown color: approx Gossamer. HEX triplet: 44, B3 and 89. RGB value is (68,179,137). Sum of RGB (Red+Green+Blue) = 68+179+137=384 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.71% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #44B389 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44B389 is #BB4C76. Grayscale: #8D8D8D. Windows color (decimal): -12274807 or 9024324. OLE color: 9024324.

HSL color Cylindrical-coordinate representation of color #44B389: hue angle of 157.3º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B389 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB68179137-
CMYK0.6200.230.30
HSL157.3º44.94%48.43%-
HSV(B)157.3º62.01%70.2%-
XYZ23.0235.2829.26-
YUV141.02125.7375.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.71%
GREEN value IS 179 (70.31% from 255) = 46.61%
BLUE value IS 137 (53.91% from 255) = 35.68%
R=17.71%
G=46.61%
B=35.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal681791370.6200.230.30157.344.9448.43
Hex44B3893E0171E9d2d30
Octal10426321176027362355560
Binary100010010110011100010011111100101111111010011101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44B389; }

 p { color: rgb(68,179,137); }

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

<style>
 a { background-color: #44B389; }

 a { background-color: rgb(68,179,137); }

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

<style>
 span { border-color: #44B389; }

 span { border-color: rgb(68,179,137); }

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