#429979

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

Shades of Gossamer #429979

Tints of Gossamer #429979

Color information

#429979 (or 0x429979) is unknown color: approx Gossamer. HEX triplet: 42, 99 and 79. RGB value is (66,153,121). Sum of RGB (Red+Green+Blue) = 66+153+121=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #429979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429979 is #BD6686. Grayscale: #7B7B7B. Windows color (decimal): -12412551 or 7969090. OLE color: 7969090.

HSL color Cylindrical-coordinate representation of color #429979: hue angle of 157.93º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #429979 is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB66153121-
CMYK0.5700.210.4
HSL157.93º39.73%42.94%-
HSV(B)157.93º56.86%60%-
XYZ17.0925.3222.08-
YUV123.34126.6887.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.41%
GREEN value IS 153 (60.16% from 255) = 45%
BLUE value IS 121 (47.66% from 255) = 35.59%
R=19.41%
G=45%
B=35.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661531210.5700.210.4157.9339.7342.94
Hex42997939015289e282b
Octal10223117171025502365053
Binary100001010011001111100111100101010110100010011110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429979; }

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

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

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

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

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

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

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

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