#44A27F

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

Shades of Gossamer #44A27F

Tints of Gossamer #44A27F

Color information

#44A27F (or 0x44A27F) is unknown color: approx Gossamer. HEX triplet: 44, A2 and 7F. RGB value is (68,162,127). Sum of RGB (Red+Green+Blue) = 68+162+127=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #44A27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A27F is #BB5D80. Grayscale: #818181. Windows color (decimal): -12279169 or 8364612. OLE color: 8364612.

HSL color Cylindrical-coordinate representation of color #44A27F: hue angle of 157.66º 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 #44A27F is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB68162127-
CMYK0.5800.220.36
HSL157.66º40.87%45.1%-
HSV(B)157.66º58.02%63.53%-
XYZ19.1328.624.59-
YUV129.9126.3683.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.05%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 127 (50% from 255) = 35.57%
R=19.05%
G=45.38%
B=35.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681621270.5800.220.36157.6640.8745.1
Hex44A27F3A016249e292d
Octal10424217772026442365155
Binary100010010100010111111111101001011010010010011110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,162,127); }

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

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

 a { background-color: rgb(68,162,127); }

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

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

 span { border-color: rgb(68,162,127); }

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