#44A380

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

Shades of Gossamer #44A380

Tints of Gossamer #44A380

Color information

#44A380 (or 0x44A380) is unknown color: approx Gossamer. HEX triplet: 44, A3 and 80. RGB value is (68,163,128). Sum of RGB (Red+Green+Blue) = 68+163+128=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 163 - color contains mainly: green. Hex color #44A380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A380 is #BB5C7F. Grayscale: #828282. Windows color (decimal): -12278912 or 8430404. OLE color: 8430404.

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

Color convert

RGB68163128-
CMYK0.5800.210.36
HSL157.89º41.13%45.29%-
HSV(B)157.89º58.28%63.92%-
XYZ19.3828.9824.99-
YUV130.61126.5383.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.94%
GREEN value IS 163 (64.06% from 255) = 45.40%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=18.94%
G=45.40%
B=35.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681631280.5800.210.36157.8941.1345.29
Hex44A3803A015249e292d
Octal10424320072025442365155
Binary1000100101000111000000011101001010110010010011110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,163,128); }

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

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

 a { background-color: rgb(68,163,128); }

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

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

 span { border-color: rgb(68,163,128); }

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