#409879

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

Shades of Gossamer #409879

Tints of Gossamer #409879

Color information

#409879 (or 0x409879) is unknown color: approx Gossamer. HEX triplet: 40, 98 and 79. RGB value is (64,152,121). Sum of RGB (Red+Green+Blue) = 64+152+121=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #409879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409879 is #BF6786. Grayscale: #7A7A7A. Windows color (decimal): -12543879 or 7968832. OLE color: 7968832.

HSL color Cylindrical-coordinate representation of color #409879: hue angle of 158.86º 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 #409879 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB64152121-
CMYK0.5800.200.40
HSL158.86º40.74%42.35%-
HSV(B)158.86º57.89%59.61%-
XYZ16.7924.9322.02-
YUV122.15127.3586.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.99%
GREEN value IS 152 (59.77% from 255) = 45.10%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=18.99%
G=45.10%
B=35.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal641521210.5800.200.40158.8640.7442.35
Hex4098793A014289f292a
Octal10023017172024502375152
Binary100000010011000111100111101001010010100010011111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409879; }

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

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

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

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

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

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

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

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