#477D72

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

Shades of Dark Green Copper #477D72

Tints of Dark Green Copper #477D72

Color information

#477D72 (or 0x477D72) is unknown color: approx Dark Green Copper. HEX triplet: 47, 7D and 72. RGB value is (71,125,114). Sum of RGB (Red+Green+Blue) = 71+125+114=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #477D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477D72 is #B8828D. Grayscale: #6B6B6B. Windows color (decimal): -12092046 or 7503175. OLE color: 7503175.

HSL color Cylindrical-coordinate representation of color #477D72: hue angle of 167.78º 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 #477D72 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB71125114-
CMYK0.4300.090.51
HSL167.78º27.55%38.43%-
HSV(B)167.78º43.2%49.02%-
XYZ12.9717.2218.56-
YUV107.6131.61101.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.90%
GREEN value IS 125 (49.22% from 255) = 40.32%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=22.90%
G=40.32%
B=36.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711251140.4300.090.51167.7827.5538.43
Hex477D722B0933a81c26
Octal10717516253011632503446
Binary100011111111011110010101011010011100111010100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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