Html Css Color HEX #537970 Dark Green Copper

📋 copy color: '#537970'

red 83 ◦ green 121 ◦ blue 112

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

Shades of Dark Green Copper #537970

Tints of Dark Green Copper #537970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.29%

 BLUE value IS 112 (44.14% from 255) = 35.44%

R = 26.27%
G = 38.29%
B = 35.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#537970 (or 0x537970) is known color: Dark Green Copper. HEX triplet: 53, 79 and 70. RGB value is (83,121,112). Sum of RGB (Red+Green+Blue) = 83+121+112=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 121 - color contains mainly: green. Hex color #537970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537970 is #AC868F. Grayscale: #6C6C6C. Windows color (decimal): -11306640 or 7371091. OLE color: 7371091.

HSL color Cylindrical-coordinate representation of color #537970: hue angle of 165.79º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #537970 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 121 112 -
CMYK 0.31 0 0.07 0.53
HSL 165.79º 0.19% 0.4% -
HSV(B) 165.79º 0.31% 0.47% -
XYZ 13.33 16.68 17.85 -
YUV 108.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 83 121 112 0.31 0 0.07 0.53 165.79 0.19 0.4
Hex 53 79 70 1F 0 7 35 A6 13 28
Octal 123 171 160 37 0 7 65 246 23 50
Binary 1010011 1111001 1110000 11111 0 111 110101 10100110 10011 101000

Color Harmonies of #537970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537970

Black with #537970

Text Example


Text Example

White with #537970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537970; }

 p { color: rgb(83,121,112); }

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

background-color css

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

 a { background-color: rgb(83,121,112); }

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

border-color css

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

 span { border-color: rgb(83,121,112); }

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