#429D7D

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

Shades of Gossamer #429D7D

Tints of Gossamer #429D7D

Color information

#429D7D (or 0x429D7D) is unknown color: approx Gossamer. HEX triplet: 42, 9D and 7D. RGB value is (66,157,125). Sum of RGB (Red+Green+Blue) = 66+157+125=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #429D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #429D7D is #BD6282. Grayscale: #7E7E7E. Windows color (decimal): -12411523 or 8232258. OLE color: 8232258.

HSL color Cylindrical-coordinate representation of color #429D7D: hue angle of 158.9º 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 #429D7D is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB66157125-
CMYK0.5800.200.38
HSL158.9º40.81%43.73%-
HSV(B)158.9º57.96%61.57%-
XYZ18.0126.7523.62-
YUV126.14127.3585.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.97%
GREEN value IS 157 (61.72% from 255) = 45.11%
BLUE value IS 125 (49.22% from 255) = 35.92%
R=18.97%
G=45.11%
B=35.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661571250.5800.200.38158.940.8143.73
Hex429D7D3A014269f292c
Octal10223517572024462375154
Binary100001010011101111110111101001010010011010011111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,157,125); }

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

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

 a { background-color: rgb(66,157,125); }

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

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

 span { border-color: rgb(66,157,125); }

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