#409A75

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

Shades of Gossamer #409A75

Tints of Gossamer #409A75

Color information

#409A75 (or 0x409A75) is unknown color: approx Gossamer. HEX triplet: 40, 9A and 75. RGB value is (64,154,117). Sum of RGB (Red+Green+Blue) = 64+154+117=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #409A75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409A75 is #BF658A. Grayscale: #7A7A7A. Windows color (decimal): -12543371 or 7707200. OLE color: 7707200.

HSL color Cylindrical-coordinate representation of color #409A75: hue angle of 155.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409A75 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB64154117-
CMYK0.5800.240.40
HSL155.33º41.28%42.75%-
HSV(B)155.33º58.44%60.39%-
XYZ16.8825.4920.86-
YUV122.87124.6886.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.10%
GREEN value IS 154 (60.55% from 255) = 45.97%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=19.10%
G=45.97%
B=34.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641541170.5800.240.40155.3341.2842.75
Hex409A753A018289b292b
Octal10023216572030502335153
Binary100000010011010111010111101001100010100010011011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,154,117); }

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

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

 a { background-color: rgb(64,154,117); }

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

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

 span { border-color: rgb(64,154,117); }

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