#429F79

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

Shades of Gossamer #429F79

Tints of Gossamer #429F79

Color information

#429F79 (or 0x429F79) is unknown color: approx Gossamer. HEX triplet: 42, 9F and 79. RGB value is (66,159,121). Sum of RGB (Red+Green+Blue) = 66+159+121=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 121 (47.66% from 255 or 34.97% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #429F79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429F79 is #BD6086. Grayscale: #7E7E7E. Windows color (decimal): -12411015 or 7970626. OLE color: 7970626.

HSL color Cylindrical-coordinate representation of color #429F79: hue angle of 155.48º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #429F79 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB66159121-
CMYK0.5800.240.38
HSL155.48º41.33%44.12%-
HSV(B)155.48º58.49%62.35%-
XYZ18.127.3422.41-
YUV126.86124.6984.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.08%
GREEN value IS 159 (62.5% from 255) = 45.95%
BLUE value IS 121 (47.66% from 255) = 34.97%
R=19.08%
G=45.95%
B=34.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661591210.5800.240.38155.4841.3344.12
Hex429F793A018269b292c
Octal10223717172030462335154
Binary100001010011111111100111101001100010011010011011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429F79; }

 p { color: rgb(66,159,121); }

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

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

 a { background-color: rgb(66,159,121); }

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

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

 span { border-color: rgb(66,159,121); }

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