#44A588

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

Shades of Gossamer #44A588

Tints of Gossamer #44A588

Color information

#44A588 (or 0x44A588) is unknown color: approx Gossamer. HEX triplet: 44, A5 and 88. RGB value is (68,165,136). Sum of RGB (Red+Green+Blue) = 68+165+136=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 136 (53.52% from 255 or 36.86% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #44A588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A588 is #BB5A77. Grayscale: #848484. Windows color (decimal): -12278392 or 8955204. OLE color: 8955204.

HSL color Cylindrical-coordinate representation of color #44A588: hue angle of 162.06º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A588 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB68165136-
CMYK0.5900.180.35
HSL162.06º41.63%45.69%-
HSV(B)162.06º58.79%64.71%-
XYZ20.2829.9228-
YUV132.69129.8681.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.43%
GREEN value IS 165 (64.84% from 255) = 44.72%
BLUE value IS 136 (53.52% from 255) = 36.86%
R=18.43%
G=44.72%
B=36.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal681651360.5900.180.35162.0641.6345.69
Hex44A5883B01223a22a2e
Octal10424521073022432425256
Binary1000100101001011000100011101101001010001110100010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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