#53796E

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

Shades of Dark Green Copper #53796E

Tints of Dark Green Copper #53796E

Color information

#53796E (or 0x53796E) is unknown color: approx Dark Green Copper. HEX triplet: 53, 79 and 6E. RGB value is (83,121,110). Sum of RGB (Red+Green+Blue) = 83+121+110=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #53796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53796E is #AC8691. Grayscale: #6C6C6C. Windows color (decimal): -11306642 or 7240019. OLE color: 7240019.

HSL color Cylindrical-coordinate representation of color #53796E: hue angle of 162.63º 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 #53796E is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB83121110-
CMYK0.3100.090.53
HSL162.63º18.63%40%-
HSV(B)162.63º31.4%47.45%-
XYZ13.2216.6417.27-
YUV108.38128.91109.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.43%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 110 (43.36% from 255) = 35.03%
R=26.43%
G=38.54%
B=35.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831211100.3100.090.53162.6318.6340
Hex53796E1F0935a31328
Octal12317115637011652432350
Binary10100111111001110111011111010011101011010001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53796E; }

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

 H1.HeaderClassName
 {
   color: #53796E;
 }
 .AnyTagClassName
 {
   color: #53796E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #53796E;
 }
 .BgClassName
 {
   background-color: #53796E;
 }
</style>
border-color css

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

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

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