Html Css Color HEX #537C72 Dark Green Copper

📋 copy color: '#537C72'

red 83 ◦ green 124 ◦ blue 114

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

Shades of Dark Green Copper #537C72

Tints of Dark Green Copper #537C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 25.86%
G = 38.63%
B = 35.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#537C72 (or 0x537C72) is known color: Dark Green Copper. HEX triplet: 53, 7C and 72. RGB value is (83,124,114). Sum of RGB (Red+Green+Blue) = 83+124+114=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 124 - color contains mainly: green. Hex color #537C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C72 is #AC838D. Grayscale: #6E6E6E. Windows color (decimal): -11305870 or 7502931. OLE color: 7502931.

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

Color convert

RGB 83 124 114 -
CMYK 0.33 0 0.08 0.51
HSL 165.37º 0.2% 0.41% -
HSV(B) 165.37º 0.33% 0.49% -
XYZ 13.81 17.47 18.56 -
YUV 110.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 83 124 114 0.33 0 0.08 0.51 165.37 0.2 0.41
Hex 53 7C 72 21 0 8 33 A5 14 29
Octal 123 174 162 41 0 10 63 245 24 51
Binary 1010011 1111100 1110010 100001 0 1000 110011 10100101 10100 101001

Color Harmonies of #537C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C72

Black with #537C72

Text Example


Text Example

White with #537C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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