Html Css Color HEX #537C73 Dark Green Copper

📋 copy color: '#537C73'

red 83 ◦ green 124 ◦ blue 115

#537C73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #537C73

Tints of Dark Green Copper #537C73

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 value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#537C73 (or 0x537C73) is known color: 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

RGB 83 124 115 -
CMYK 0.33 0 0.07 0.51
HSL 166.83º 0.2% 0.41% -
HSV(B) 166.83º 0.33% 0.49% -
XYZ 13.87 17.49 18.86 -
YUV 110.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 83 124 115 0.33 0 0.07 0.51 166.83 0.2 0.41
Hex 53 7C 73 21 0 7 33 A7 14 29
Octal 123 174 163 41 0 7 63 247 24 51
Binary 1010011 1111100 1110011 100001 0 111 110011 10100111 10100 101001

Color Harmonies of #537C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C73

Black with #537C73

Text Example


Text Example

White with #537C73

Text Example


Text Example

HTML Codes & Css Web 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>