#477B73

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

Shades of Dark Green Copper #477B73

Tints of Dark Green Copper #477B73

Color information

#477B73 (or 0x477B73) is unknown color: approx Dark Green Copper. HEX triplet: 47, 7B and 73. RGB value is (71,123,115). Sum of RGB (Red+Green+Blue) = 71+123+115=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 123 - color contains mainly: green. Hex color #477B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477B73 is #B8848C. Grayscale: #6A6A6A. Windows color (decimal): -12092557 or 7568199. OLE color: 7568199.

HSL color Cylindrical-coordinate representation of color #477B73: hue angle of 170.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477B73 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB71123115-
CMYK0.4200.070.52
HSL170.77º26.8%38.04%-
HSV(B)170.77º42.28%48.24%-
XYZ12.7816.7418.78-
YUV106.54132.77102.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 115 (45.31% from 255) = 37.22%
R=22.98%
G=39.81%
B=37.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711231150.4200.070.52170.7726.838.04
Hex477B732A0734ab1b26
Octal1071731635207642533346
Binary10001111111011111001110101001111101001010101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,123,115); }

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

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

 a { background-color: rgb(71,123,115); }

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

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

 span { border-color: rgb(71,123,115); }

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