#409D7A

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

Shades of Gossamer #409D7A

Tints of Gossamer #409D7A

Color information

#409D7A (or 0x409D7A) is unknown color: approx Gossamer. HEX triplet: 40, 9D and 7A. RGB value is (64,157,122). Sum of RGB (Red+Green+Blue) = 64+157+122=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #409D7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409D7A is #BF6285. Grayscale: #7D7D7D. Windows color (decimal): -12542598 or 8035648. OLE color: 8035648.

HSL color Cylindrical-coordinate representation of color #409D7A: hue angle of 157.42º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409D7A is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB64157122-
CMYK0.5900.220.38
HSL157.42º42.08%43.33%-
HSV(B)157.42º59.24%61.57%-
XYZ17.6826.6122.62-
YUV125.2126.1984.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.66%
GREEN value IS 157 (61.72% from 255) = 45.77%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=18.66%
G=45.77%
B=35.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal641571220.5900.220.38157.4242.0843.33
Hex409D7A3B016269d2a2b
Octal10023517273026462355253
Binary100000010011101111101011101101011010011010011101101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409D7A; }

 p { color: rgb(64,157,122); }

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

<style>
 a { background-color: #409D7A; }

 a { background-color: rgb(64,157,122); }

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

<style>
 span { border-color: #409D7A; }

 span { border-color: rgb(64,157,122); }

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