#53786D

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

Shades of Dark Green Copper #53786D

Tints of Dark Green Copper #53786D

Color information

#53786D (or 0x53786D) is unknown color: approx Dark Green Copper. HEX triplet: 53, 78 and 6D. RGB value is (83,120,109). Sum of RGB (Red+Green+Blue) = 83+120+109=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #53786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53786D is #AC8792. Grayscale: #6B6B6B. Windows color (decimal): -11306899 or 7174227. OLE color: 7174227.

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

Color convert

RGB83120109-
CMYK0.3100.090.53
HSL162.16º18.23%39.8%-
HSV(B)162.16º30.83%47.06%-
XYZ13.0416.3816.94-
YUV107.68128.74110.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.60%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=26.60%
G=38.46%
B=34.94%

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
Decimal831201090.3100.090.53162.1618.2339.8
Hex53786D1F0935a21228
Octal12317015537011652422250
Binary10100111111000110110111111010011101011010001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53786D; }

 p { color: rgb(83,120,109); }

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

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

 a { background-color: rgb(83,120,109); }

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

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

 span { border-color: rgb(83,120,109); }

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