#53736A

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

Shades of Dark Green Copper #53736A

Tints of Dark Green Copper #53736A

Color information

#53736A (or 0x53736A) is unknown color: approx Dark Green Copper. HEX triplet: 53, 73 and 6A. RGB value is (83,115,106). Sum of RGB (Red+Green+Blue) = 83+115+106=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 115 - color contains mainly: green. Hex color #53736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53736A is #AC8C95. Grayscale: #686868. Windows color (decimal): -11308182 or 6976339. OLE color: 6976339.

HSL color Cylindrical-coordinate representation of color #53736A: hue angle of 163.12º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #53736A is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB83115106-
CMYK0.2800.080.55
HSL163.12º16.16%38.82%-
HSV(B)163.12º27.83%45.1%-
XYZ12.315.1415.91-
YUV104.41128.9112.73-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.30%
GREEN value IS 115 (45.31% from 255) = 37.83%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=27.30%
G=37.83%
B=34.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal831151060.2800.080.55163.1216.1638.82
Hex53736A1C0837a31027
Octal12316315234010672432047
Binary10100111110011110101011100010001101111010001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53736A; }

 p { color: rgb(83,115,106); }

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

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

 a { background-color: rgb(83,115,106); }

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

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

 span { border-color: rgb(83,115,106); }

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