#537C73

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

Shades of Dark Green Copper #537C73

Tints of Dark Green Copper #537C73

Color information

#537C73 (or 0x537C73) is unknown color: approx Dark Green Copper. HEX triplet: 53, 7C and 73. RGB value is (83,124,115). Sum of RGB (Red+Green+Blue) = 83+124+115=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 124 - color contains mainly: green. Hex color #537C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C73 is #AC838C. Grayscale: #6E6E6E. Windows color (decimal): -11305869 or 7568467. OLE color: 7568467.

HSL color Cylindrical-coordinate representation of color #537C73: hue angle of 166.83º 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 #537C73 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB83124115-
CMYK0.3300.070.51
HSL166.83º19.81%40.59%-
HSV(B)166.83º33.06%48.63%-
XYZ13.8717.4918.86-
YUV110.71130.42108.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.78%
GREEN value IS 124 (48.83% from 255) = 38.51%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=25.78%
G=38.51%
B=35.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal831241150.3300.070.51166.8319.8140.59
Hex537C73210733a71429
Octal1231741634107632472451
Binary10100111111100111001110000101111100111010011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537C73; }

 p { color: rgb(83,124,115); }

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

<style>
 a { background-color: #537C73; }

 a { background-color: rgb(83,124,115); }

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

<style>
 span { border-color: #537C73; }

 span { border-color: rgb(83,124,115); }

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