#479C7F

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

Shades of Gossamer #479C7F

Tints of Gossamer #479C7F

Color information

#479C7F (or 0x479C7F) is unknown color: approx Gossamer. HEX triplet: 47, 9C and 7F. RGB value is (71,156,127). Sum of RGB (Red+Green+Blue) = 71+156+127=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 156 - color contains mainly: green. Hex color #479C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479C7F is #B86380. Grayscale: #7F7F7F. Windows color (decimal): -12084097 or 8363079. OLE color: 8363079.

HSL color Cylindrical-coordinate representation of color #479C7F: hue angle of 159.53º 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 #479C7F is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB71156127-
CMYK0.5400.190.39
HSL159.53º37.44%44.51%-
HSV(B)159.53º54.49%61.18%-
XYZ18.3226.6524.26-
YUV127.28127.8487.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.06%
GREEN value IS 156 (61.33% from 255) = 44.07%
BLUE value IS 127 (50% from 255) = 35.88%
R=20.06%
G=44.07%
B=35.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711561270.5400.190.39159.5337.4444.51
Hex479C7F3601327a0252d
Octal10723417766023472404555
Binary100011110011100111111111011001001110011110100000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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