Html Css Color HEX #537A71 Dark Green Copper

📋 copy color: '#537A71'

red 83 ◦ green 122 ◦ blue 113

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

Shades of Dark Green Copper #537A71

Tints of Dark Green Copper #537A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.36%

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

R = 26.1%
G = 38.36%
B = 35.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#537A71 (or 0x537A71) is known color: Dark Green Copper. HEX triplet: 53, 7A and 71. RGB value is (83,122,113). Sum of RGB (Red+Green+Blue) = 83+122+113=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 122 - color contains mainly: green. Hex color #537A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537A71 is #AC858E. Grayscale: #6D6D6D. Windows color (decimal): -11306383 or 7436883. OLE color: 7436883.

HSL color Cylindrical-coordinate representation of color #537A71: hue angle of 166.15º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #537A71 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 83 122 113 -
CMYK 0.32 0 0.07 0.52
HSL 166.15º 0.19% 0.4% -
HSV(B) 166.15º 0.32% 0.48% -
XYZ 13.51 16.95 18.18 -
YUV 109.31 130.08 109.23 -
System Red Green Blue C M Y K H S L
Decimal 83 122 113 0.32 0 0.07 0.52 166.15 0.19 0.4
Hex 53 7A 71 20 0 7 34 A6 13 28
Octal 123 172 161 40 0 7 64 246 23 50
Binary 1010011 1111010 1110001 100000 0 111 110100 10100110 10011 101000

Color Harmonies of #537A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537A71

Black with #537A71

Text Example


Text Example

White with #537A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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