#537970

Color #537970 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #537970

Tints of Dark Green Copper #537970

Color information

#537970 (or 0x537970) is unknown color: approx 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

RGB83121112-
CMYK0.3100.070.53
HSL165.79º18.63%40%-
HSV(B)165.79º31.4%47.45%-
XYZ13.3316.6817.85-
YUV108.61129.91109.73-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831211120.3100.070.53165.7918.6340
Hex5379701F0735a61328
Octal1231711603707652462350
Binary1010011111100111100001111101111101011010011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>