#479C7C

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

Shades of Gossamer #479C7C

Tints of Gossamer #479C7C

Color information

#479C7C (or 0x479C7C) is unknown color: approx Gossamer. HEX triplet: 47, 9C and 7C. RGB value is (71,156,124). Sum of RGB (Red+Green+Blue) = 71+156+124=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 156 - color contains mainly: green. Hex color #479C7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479C7C is #B86383. Grayscale: #7E7E7E. Windows color (decimal): -12084100 or 8166471. OLE color: 8166471.

HSL color Cylindrical-coordinate representation of color #479C7C: hue angle of 157.41º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479C7C is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB71156124-
CMYK0.5400.210.39
HSL157.41º37.44%44.51%-
HSV(B)157.41º54.49%61.18%-
XYZ18.1326.5723.24-
YUV126.94126.3488.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.23%
GREEN value IS 156 (61.33% from 255) = 44.44%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=20.23%
G=44.44%
B=35.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711561240.5400.210.39157.4137.4444.51
Hex479C7C36015279d252d
Octal10723417466025472354555
Binary100011110011100111110011011001010110011110011101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,156,124); }

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

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

 a { background-color: rgb(71,156,124); }

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

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

 span { border-color: rgb(71,156,124); }

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