Html Css Color HEX #537C71 Dark Green Copper

📋 copy color: '#537C71'

red 83 ◦ green 124 ◦ blue 113

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

Shades of Dark Green Copper #537C71

Tints of Dark Green Copper #537C71

RGB

 RED value IS 83 (32.81% from 255) = 25.94%

 GREEN value IS 124 (48.83% from 255) = 38.75%

 BLUE value IS 113 (44.53% from 255) = 35.31%

R = 25.94%
G = 38.75%
B = 35.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#537C71 (or 0x537C71) is known color: Dark Green Copper. HEX triplet: 53, 7C and 71. RGB value is (83,124,113). Sum of RGB (Red+Green+Blue) = 83+124+113=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 124 - color contains mainly: green. Hex color #537C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C71 is #AC838E. Grayscale: #6E6E6E. Windows color (decimal): -11305871 or 7437395. OLE color: 7437395.

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

Color convert

RGB 83 124 113 -
CMYK 0.33 0 0.09 0.51
HSL 163.9º 0.2% 0.41% -
HSV(B) 163.9º 0.33% 0.49% -
XYZ 13.76 17.45 18.27 -
YUV 110.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 83 124 113 0.33 0 0.09 0.51 163.9 0.2 0.41
Hex 53 7C 71 21 0 9 33 A4 14 29
Octal 123 174 161 41 0 11 63 244 24 51
Binary 1010011 1111100 1110001 100001 0 1001 110011 10100100 10100 101001

Color Harmonies of #537C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C71

Black with #537C71

Text Example


Text Example

White with #537C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #537C71;
 }
 .AnyTagClassName
 {
   color: #537C71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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