#479D7D

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

Shades of Gossamer #479D7D

Tints of Gossamer #479D7D

Color information

#479D7D (or 0x479D7D) is unknown color: approx Gossamer. HEX triplet: 47, 9D and 7D. RGB value is (71,157,125). Sum of RGB (Red+Green+Blue) = 71+157+125=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 157 - color contains mainly: green. Hex color #479D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479D7D is #B86282. Grayscale: #7F7F7F. Windows color (decimal): -12083843 or 8232263. OLE color: 8232263.

HSL color Cylindrical-coordinate representation of color #479D7D: hue angle of 157.67º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479D7D is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB71157125-
CMYK0.5500.200.38
HSL157.67º37.72%44.71%-
HSV(B)157.67º54.78%61.57%-
XYZ18.3626.9323.63-
YUV127.64126.5187.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.11%
GREEN value IS 157 (61.72% from 255) = 44.48%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=20.11%
G=44.48%
B=35.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711571250.5500.200.38157.6737.7244.71
Hex479D7D37014269e262d
Octal10723517567024462364655
Binary100011110011101111110111011101010010011010011110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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