#40A388

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

Shades of Gossamer #40A388

Tints of Gossamer #40A388

Color information

#40A388 (or 0x40A388) is unknown color: approx Gossamer. HEX triplet: 40, A3 and 88. RGB value is (64,163,136). Sum of RGB (Red+Green+Blue) = 64+163+136=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #40A388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A388 is #BF5C77. Grayscale: #828282. Windows color (decimal): -12541048 or 8954688. OLE color: 8954688.

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

Color convert

RGB64163136-
CMYK0.6100.170.36
HSL163.64º43.61%44.51%-
HSV(B)163.64º60.74%63.92%-
XYZ19.6629.0627.87-
YUV130.32131.280.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.63%
GREEN value IS 163 (64.06% from 255) = 44.90%
BLUE value IS 136 (53.52% from 255) = 37.47%
R=17.63%
G=44.90%
B=37.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641631360.6100.170.36163.6443.6144.51
Hex40A3883D01124a42c2d
Octal10024321075021442445455
Binary1000000101000111000100011110101000110010010100100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,163,136); }

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

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

 a { background-color: rgb(64,163,136); }

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

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

 span { border-color: rgb(64,163,136); }

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