#44A27C

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

Shades of Gossamer #44A27C

Tints of Gossamer #44A27C

Color information

#44A27C (or 0x44A27C) is unknown color: approx Gossamer. HEX triplet: 44, A2 and 7C. RGB value is (68,162,124). Sum of RGB (Red+Green+Blue) = 68+162+124=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #44A27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A27C is #BB5D83. Grayscale: #818181. Windows color (decimal): -12279172 or 8168004. OLE color: 8168004.

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

Color convert

RGB68162124-
CMYK0.5800.230.36
HSL155.74º40.87%45.1%-
HSV(B)155.74º58.02%63.53%-
XYZ18.9428.5223.58-
YUV129.56124.8684.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.21%
GREEN value IS 162 (63.67% from 255) = 45.76%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=19.21%
G=45.76%
B=35.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681621240.5800.230.36155.7440.8745.1
Hex44A27C3A017249c292d
Octal10424217472027442345155
Binary100010010100010111110011101001011110010010011100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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