#53786E

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

Shades of Dark Green Copper #53786E

Tints of Dark Green Copper #53786E

Color information

#53786E (or 0x53786E) is unknown color: approx Dark Green Copper. HEX triplet: 53, 78 and 6E. RGB value is (83,120,110). Sum of RGB (Red+Green+Blue) = 83+120+110=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #53786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53786E is #AC8791. Grayscale: #6B6B6B. Windows color (decimal): -11306898 or 7239763. OLE color: 7239763.

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

Color convert

RGB83120110-
CMYK0.3100.080.53
HSL163.78º18.23%39.8%-
HSV(B)163.78º30.83%47.06%-
XYZ13.116.417.23-
YUV107.8129.24110.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=26.52%
G=38.34%
B=35.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831201100.3100.080.53163.7818.2339.8
Hex53786E1F0835a41228
Octal12317015637010652442250
Binary10100111111000110111011111010001101011010010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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