#44A491

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

Shades of Gossamer #44A491

Tints of Gossamer #44A491

Color information

#44A491 (or 0x44A491) is unknown color: approx Gossamer. HEX triplet: 44, A4 and 91. RGB value is (68,164,145). Sum of RGB (Red+Green+Blue) = 68+164+145=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #44A491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A491 is #BB5B6E. Grayscale: #858585. Windows color (decimal): -12278639 or 9544772. OLE color: 9544772.

HSL color Cylindrical-coordinate representation of color #44A491: hue angle of 168.12º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A491 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB68164145-
CMYK0.5900.120.36
HSL168.12º41.38%45.49%-
HSV(B)168.12º58.54%64.31%-
XYZ20.7729.8231.45-
YUV133.13134.781.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 164 (64.45% from 255) = 43.50%
BLUE value IS 145 (57.03% from 255) = 38.46%
R=18.04%
G=43.50%
B=38.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681641450.5900.120.36168.1241.3845.49
Hex44A4913B0C24a8292d
Octal10424422173014442505155
Binary100010010100100100100011110110110010010010101000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,164,145); }

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

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

 a { background-color: rgb(68,164,145); }

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

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

 span { border-color: rgb(68,164,145); }

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