#429677

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

Shades of Gossamer #429677

Tints of Gossamer #429677

Color information

#429677 (or 0x429677) is unknown color: approx Gossamer. HEX triplet: 42, 96 and 77. RGB value is (66,150,119). Sum of RGB (Red+Green+Blue) = 66+150+119=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #429677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429677 is #BD6988. Grayscale: #797979. Windows color (decimal): -12413321 or 7837250. OLE color: 7837250.

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

Color convert

RGB66150119-
CMYK0.5600.210.41
HSL157.86º38.89%42.35%-
HSV(B)157.86º56%58.82%-
XYZ16.4824.321.27-
YUV121.35126.6788.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.70%
GREEN value IS 150 (58.98% from 255) = 44.78%
BLUE value IS 119 (46.88% from 255) = 35.52%
R=19.70%
G=44.78%
B=35.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661501190.5600.210.41157.8638.8942.35
Hex42967738015299e272a
Octal10222616770025512364752
Binary100001010010110111011111100001010110100110011110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429677; }

 p { color: rgb(66,150,119); }

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

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

 a { background-color: rgb(66,150,119); }

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

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

 span { border-color: rgb(66,150,119); }

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