#547C72

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

Shades of Dark Green Copper #547C72

Tints of Dark Green Copper #547C72

Color information

#547C72 (or 0x547C72) is unknown color: approx Dark Green Copper. HEX triplet: 54, 7C and 72. RGB value is (84,124,114). Sum of RGB (Red+Green+Blue) = 84+124+114=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 124 - color contains mainly: green. Hex color #547C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547C72 is #AB838D. Grayscale: #6E6E6E. Windows color (decimal): -11240334 or 7502932. OLE color: 7502932.

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

Color convert

RGB84124114-
CMYK0.3200.080.51
HSL165º19.23%40.78%-
HSV(B)165º32.26%48.63%-
XYZ13.917.5218.57-
YUV110.9129.75108.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.09%
GREEN value IS 124 (48.83% from 255) = 38.51%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=26.09%
G=38.51%
B=35.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal841241140.3200.080.5116519.2340.78
Hex547C72200833a51329
Octal12417416240010632452351
Binary101010011111001110010100000010001100111010010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,124,114); }

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

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

 a { background-color: rgb(84,124,114); }

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

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

 span { border-color: rgb(84,124,114); }

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