#479D7F

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

Shades of Gossamer #479D7F

Tints of Gossamer #479D7F

Color information

#479D7F (or 0x479D7F) is unknown color: approx Gossamer. HEX triplet: 47, 9D and 7F. RGB value is (71,157,127). Sum of RGB (Red+Green+Blue) = 71+157+127=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 157 - color contains mainly: green. Hex color #479D7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479D7F is #B86280. Grayscale: #7F7F7F. Windows color (decimal): -12083841 or 8363335. OLE color: 8363335.

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

Color convert

RGB71157127-
CMYK0.5500.190.38
HSL159.07º37.72%44.71%-
HSV(B)159.07º54.78%61.57%-
XYZ18.4926.9924.31-
YUV127.87127.5187.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 157 (61.72% from 255) = 44.23%
BLUE value IS 127 (50% from 255) = 35.77%
R=20%
G=44.23%
B=35.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711571270.5500.190.38159.0737.7244.71
Hex479D7F37013269f262d
Octal10723517767023462374655
Binary100011110011101111111111011101001110011010011111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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