Html Css Color HEX #537B71 Dark Green Copper

📋 copy color: '#537B71'

red 83 ◦ green 123 ◦ blue 113

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

Shades of Dark Green Copper #537B71

Tints of Dark Green Copper #537B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.56%

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

R = 26.02%
G = 38.56%
B = 35.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#537B71 (or 0x537B71) is known color: Dark Green Copper. HEX triplet: 53, 7B and 71. RGB value is (83,123,113). Sum of RGB (Red+Green+Blue) = 83+123+113=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 123 - color contains mainly: green. Hex color #537B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B71 is #AC848E. Grayscale: #6D6D6D. Windows color (decimal): -11306127 or 7437139. OLE color: 7437139.

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

Color convert

RGB 83 123 113 -
CMYK 0.33 0 0.08 0.52
HSL 165º 0.19% 0.4% -
HSV(B) 165º 0.33% 0.48% -
XYZ 13.63 17.2 18.22 -
YUV 109.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 83 123 113 0.33 0 0.08 0.52 165 0.19 0.4
Hex 53 7B 71 21 0 8 34 A5 13 28
Octal 123 173 161 41 0 10 64 245 23 50
Binary 1010011 1111011 1110001 100001 0 1000 110100 10100101 10011 101000

Color Harmonies of #537B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537B71

Black with #537B71

Text Example


Text Example

White with #537B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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