#53746B

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

Shades of Dark Green Copper #53746B

Tints of Dark Green Copper #53746B

Color information

#53746B (or 0x53746B) is unknown color: approx Dark Green Copper. HEX triplet: 53, 74 and 6B. RGB value is (83,116,107). Sum of RGB (Red+Green+Blue) = 83+116+107=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #53746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53746B is #AC8B94. Grayscale: #696969. Windows color (decimal): -11307925 or 7042131. OLE color: 7042131.

HSL color Cylindrical-coordinate representation of color #53746B: hue angle of 163.64º degrees, saturation: 0.17, 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 #53746B is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB83116107-
CMYK0.2800.080.55
HSL163.64º16.58%39.02%-
HSV(B)163.64º28.45%45.49%-
XYZ12.4715.3916.22-
YUV105.11129.07112.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.12%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=27.12%
G=37.91%
B=34.97%

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
Decimal831161070.2800.080.55163.6416.5839.02
Hex53746B1C0837a41127
Octal12316415334010672442147
Binary10100111110100110101111100010001101111010010010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53746B; }

 p { color: rgb(83,116,107); }

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

<style>
 a { background-color: #53746B; }

 a { background-color: rgb(83,116,107); }

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

<style>
 span { border-color: #53746B; }

 span { border-color: rgb(83,116,107); }

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