#429C78

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

Shades of Gossamer #429C78

Tints of Gossamer #429C78

Color information

#429C78 (or 0x429C78) is unknown color: approx Gossamer. HEX triplet: 42, 9C and 78. RGB value is (66,156,120). Sum of RGB (Red+Green+Blue) = 66+156+120=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 156 - color contains mainly: green. Hex color #429C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429C78 is #BD6387. Grayscale: #7D7D7D. Windows color (decimal): -12411784 or 7904322. OLE color: 7904322.

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

Color convert

RGB66156120-
CMYK0.5800.230.39
HSL156º40.54%43.53%-
HSV(B)156º57.69%61.18%-
XYZ17.5326.2921.92-
YUV124.99125.1885.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.30%
GREEN value IS 156 (61.33% from 255) = 45.61%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=19.30%
G=45.61%
B=35.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661561200.5800.230.3915640.5443.53
Hex429C783A017279c292c
Octal10223417072027472345154
Binary100001010011100111100011101001011110011110011100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,156,120); }

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

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

 a { background-color: rgb(66,156,120); }

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

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

 span { border-color: rgb(66,156,120); }

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