#547D73

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

Shades of Dark Green Copper #547D73

Tints of Dark Green Copper #547D73

Color information

#547D73 (or 0x547D73) is unknown color: approx Dark Green Copper. HEX triplet: 54, 7D and 73. RGB value is (84,125,115). Sum of RGB (Red+Green+Blue) = 84+125+115=324 (42% of max value = 765). Red value is 84 (33.20% from 255 or 25.93% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 125 - color contains mainly: green. Hex color #547D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547D73 is #AB828C. Grayscale: #6F6F6F. Windows color (decimal): -11240077 or 7568724. OLE color: 7568724.

HSL color Cylindrical-coordinate representation of color #547D73: hue angle of 165.37º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #547D73 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB84125115-
CMYK0.3300.080.51
HSL165.37º19.62%40.98%-
HSV(B)165.37º32.8%49.02%-
XYZ14.0817.7918.91-
YUV111.6129.92108.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.93%
GREEN value IS 125 (49.22% from 255) = 38.58%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=25.93%
G=38.58%
B=35.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal841251150.3300.080.51165.3719.6240.98
Hex547D73210833a51429
Octal12417516341010632452451
Binary101010011111011110011100001010001100111010010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547D73; }

 p { color: rgb(84,125,115); }

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

<style>
 a { background-color: #547D73; }

 a { background-color: rgb(84,125,115); }

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

<style>
 span { border-color: #547D73; }

 span { border-color: rgb(84,125,115); }

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