#429779

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

Shades of Gossamer #429779

Tints of Gossamer #429779

Color information

#429779 (or 0x429779) is unknown color: approx Gossamer. HEX triplet: 42, 97 and 79. RGB value is (66,151,121). Sum of RGB (Red+Green+Blue) = 66+151+121=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 151 (59.38% from 255 or 44.67% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 151 - color contains mainly: green. Hex color #429779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429779 is #BD6886. Grayscale: #7A7A7A. Windows color (decimal): -12413063 or 7968578. OLE color: 7968578.

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

Color convert

RGB66151121-
CMYK0.5600.200.41
HSL158.82º39.17%42.55%-
HSV(B)158.82º56.29%59.22%-
XYZ16.7624.6721.97-
YUV122.16127.3487.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.53%
GREEN value IS 151 (59.38% from 255) = 44.67%
BLUE value IS 121 (47.66% from 255) = 35.80%
R=19.53%
G=44.67%
B=35.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal661511210.5600.200.41158.8239.1742.55
Hex42977938014299f272b
Octal10222717170024512374753
Binary100001010010111111100111100001010010100110011111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429779; }

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

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

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

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

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

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

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

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