#477E76

Color #477E76 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #477E76

Tints of Dark Green Copper #477E76

Color information

#477E76 (or 0x477E76) is unknown color: approx Dark Green Copper. HEX triplet: 47, 7E and 76. RGB value is (71,126,118). Sum of RGB (Red+Green+Blue) = 71+126+118=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 126 - color contains mainly: green. Hex color #477E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477E76 is #B88189. Grayscale: #6C6C6C. Windows color (decimal): -12091786 or 7765575. OLE color: 7765575.

HSL color Cylindrical-coordinate representation of color #477E76: hue angle of 171.27º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477E76 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB71126118-
CMYK0.4400.060.51
HSL171.27º27.92%38.63%-
HSV(B)171.27º43.65%49.41%-
XYZ13.3317.5719.83-
YUV108.64133.28101.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.54%
GREEN value IS 126 (49.61% from 255) = 40%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=22.54%
G=40%
B=37.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711261180.4400.060.51171.2727.9238.63
Hex477E762C0633ab1c27
Octal1071761665406632533447
Binary10001111111110111011010110001101100111010101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477E76; }

 p { color: rgb(71,126,118); }

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

<style>
 a { background-color: #477E76; }

 a { background-color: rgb(71,126,118); }

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

<style>
 span { border-color: #477E76; }

 span { border-color: rgb(71,126,118); }

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