#40A582

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

Shades of Gossamer #40A582

Tints of Gossamer #40A582

Color information

#40A582 (or 0x40A582) is unknown color: approx Gossamer. HEX triplet: 40, A5 and 82. RGB value is (64,165,130). Sum of RGB (Red+Green+Blue) = 64+165+130=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #40A582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A582 is #BF5A7D. Grayscale: #828282. Windows color (decimal): -12540542 or 8561984. OLE color: 8561984.

HSL color Cylindrical-coordinate representation of color #40A582: hue angle of 159.21º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A582 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB64165130-
CMYK0.6100.210.35
HSL159.21º44.1%44.9%-
HSV(B)159.21º61.21%64.71%-
XYZ19.629.6125.8-
YUV130.81127.5480.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.83%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 130 (51.17% from 255) = 36.21%
R=17.83%
G=45.96%
B=36.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal641651300.6100.210.35159.2144.144.9
Hex40A5823D015239f2c2d
Octal10024520275025432375455
Binary1000000101001011000001011110101010110001110011111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40A582; }

 p { color: rgb(64,165,130); }

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

<style>
 a { background-color: #40A582; }

 a { background-color: rgb(64,165,130); }

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

<style>
 span { border-color: #40A582; }

 span { border-color: rgb(64,165,130); }

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