#44A281

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

Shades of Gossamer #44A281

Tints of Gossamer #44A281

Color information

#44A281 (or 0x44A281) is unknown color: approx Gossamer. HEX triplet: 44, A2 and 81. RGB value is (68,162,129). Sum of RGB (Red+Green+Blue) = 68+162+129=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #44A281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A281 is #BB5D7E. Grayscale: #828282. Windows color (decimal): -12279167 or 8495684. OLE color: 8495684.

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

Color convert

RGB68162129-
CMYK0.5800.200.36
HSL158.94º40.87%45.1%-
HSV(B)158.94º58.02%63.53%-
XYZ19.2728.6525.28-
YUV130.13127.3683.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.94%
GREEN value IS 162 (63.67% from 255) = 45.13%
BLUE value IS 129 (50.78% from 255) = 35.93%
R=18.94%
G=45.13%
B=35.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681621290.5800.200.36158.9440.8745.1
Hex44A2813A014249f292d
Octal10424220172024442375155
Binary1000100101000101000000111101001010010010010011111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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