#409878

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

Shades of Gossamer #409878

Tints of Gossamer #409878

Color information

#409878 (or 0x409878) is unknown color: approx Gossamer. HEX triplet: 40, 98 and 78. RGB value is (64,152,120). Sum of RGB (Red+Green+Blue) = 64+152+120=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #409878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409878 is #BF6787. Grayscale: #7A7A7A. Windows color (decimal): -12543880 or 7903296. OLE color: 7903296.

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

Color convert

RGB64152120-
CMYK0.5800.210.40
HSL158.18º40.74%42.35%-
HSV(B)158.18º57.89%59.61%-
XYZ16.7324.921.69-
YUV122.04126.8586.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.05%
GREEN value IS 152 (59.77% from 255) = 45.24%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=19.05%
G=45.24%
B=35.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641521200.5800.210.40158.1840.7442.35
Hex4098783A015289e292a
Octal10023017072025502365152
Binary100000010011000111100011101001010110100010011110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409878; }

 p { color: rgb(64,152,120); }

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

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

 a { background-color: rgb(64,152,120); }

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

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

 span { border-color: rgb(64,152,120); }

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