#477D74

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

Shades of Dark Green Copper #477D74

Tints of Dark Green Copper #477D74

Color information

#477D74 (or 0x477D74) is unknown color: approx Dark Green Copper. HEX triplet: 47, 7D and 74. RGB value is (71,125,116). Sum of RGB (Red+Green+Blue) = 71+125+116=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 125 - color contains mainly: green. Hex color #477D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D74 is #B8828B. Grayscale: #6B6B6B. Windows color (decimal): -12092044 or 7634247. OLE color: 7634247.

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

Color convert

RGB71125116-
CMYK0.4300.070.51
HSL170º27.55%38.43%-
HSV(B)170º43.2%49.02%-
XYZ13.0817.2719.17-
YUV107.83132.61101.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.76%
GREEN value IS 125 (49.22% from 255) = 40.06%
BLUE value IS 116 (45.70% from 255) = 37.18%
R=22.76%
G=40.06%
B=37.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711251160.4300.070.5117027.5538.43
Hex477D742B0733aa1c26
Octal1071751645307632523446
Binary10001111111101111010010101101111100111010101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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